Skip to content
Snippets Groups Projects
Unverified Commit 726d9f51 authored by gabriellsh's avatar gabriellsh Committed by GitHub
Browse files

Regression: Remove log from banners.ts (#26699)

parent b2480ad8
No related branches found
No related tags found
No related merge requests found
...@@ -94,13 +94,3 @@ Meteor.startup(() => { ...@@ -94,13 +94,3 @@ Meteor.startup(() => {
unwatchBanners = Tracker.nonreactive(watchBanners); unwatchBanners = Tracker.nonreactive(watchBanners);
}); });
}); });
Meteor.startup(() => {
Tracker.autorun(() => {
if (!Meteor.userId()) {
return;
}
console.log(FlowRouter.getRouteName());
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment