Skip to content

Commit

Permalink
commented out debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroasterisk committed May 18, 2013
1 parent 24dfc36 commit 19b8f0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/views/slideView.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Template.slideView.helpers({
return true;
},
});
/*
Meteor.startup(function() {
Deps.autorun(function() {
if (Meteor.Router.page() != 'deckView') {
Expand All @@ -50,3 +51,4 @@ Meteor.startup(function() {
return true;
});
});
*/

0 comments on commit 19b8f0f

Please sign in to comment.