diff options
Diffstat (limited to 'client/lib/popup.js')
-rw-r--r-- | client/lib/popup.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/lib/popup.js b/client/lib/popup.js index cb56858f..0a700f82 100644 --- a/client/lib/popup.js +++ b/client/lib/popup.js @@ -83,7 +83,6 @@ window.Popup = new class { // our internal dependency, and since we just changed the top element of // our internal stack, the popup will be updated with the new data. if (!self.isOpen()) { - console.log(self.template) self.current = Blaze.renderWithData(self.template, () => { self._dep.depend(); return { ...self._getTopStack(), stack: self._stack }; |