Skip to content

Commit

Permalink
Removing console
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Dec 4, 2017
1 parent 30ac582 commit 6474c4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/client/templates/elements/mistAlert.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@

var alertKey = 'alert_20171104-hidden';
console.log('mistAlert started');
Template['mist_alert'].onRendered(function(){
console.log(window.navigator, window.navigator.userAgent);

TemplateVar.set('hidden', localStorage.getItem(alertKey));
console.log(TemplateVar.get('hidden'));
});

Template['mist_alert'].helpers({
Expand Down

0 comments on commit 6474c4e

Please sign in to comment.