mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 17:21:37 -05:00
Remove console.log
This commit is contained in:
parent
43906cd121
commit
59760bf40d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ function initToken() {
|
|||
}
|
||||
|
||||
Meteor.startup(() => {
|
||||
console.log('init token');
|
||||
// console.log('init token');
|
||||
initToken();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue