Remove console.log

This commit is contained in:
SachaG 2019-02-16 18:08:14 +09:00
parent 43906cd121
commit 59760bf40d

View file

@ -36,7 +36,7 @@ function initToken() {
}
Meteor.startup(() => {
console.log('init token');
// console.log('init token');
initToken();
});