Remove log
This commit is contained in:
parent
144b14225c
commit
f87cf02c2d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ Meteor.startup(function() {
|
|||
return Tracker.autorun(function() {
|
||||
var userId;
|
||||
userId = Meteor.userId();
|
||||
console.log(userId);
|
||||
// console.log(userId);
|
||||
Meteor.Piwik.setUserInfo(userId);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue