CSR-762 Remove log
This commit is contained in:
parent
98c4849370
commit
c4720c2d94
1 changed files with 0 additions and 2 deletions
|
|
@ -29,8 +29,6 @@ export default {
|
||||||
logCustomEvent(category, action, label, value) {
|
logCustomEvent(category, action, label, value) {
|
||||||
const currentPageName = getPageNameByQueryString();
|
const currentPageName = getPageNameByQueryString();
|
||||||
|
|
||||||
console.log("PUSHING: ", label)
|
|
||||||
|
|
||||||
var payload = {
|
var payload = {
|
||||||
userId: getDeviceIdValue(),
|
userId: getDeviceIdValue(),
|
||||||
sessionKey: getSessionKeyValue(),
|
sessionKey: getSessionKeyValue(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue