summaryrefslogtreecommitdiffstats
path: root/client/lib
diff options
context:
space:
mode:
Diffstat (limited to 'client/lib')
-rw-r--r--client/lib/popup.js1
-rw-r--r--client/lib/utils.js1
2 files changed, 0 insertions, 2 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 };
diff --git a/client/lib/utils.js b/client/lib/utils.js
index a15dac39..24ff830a 100644
--- a/client/lib/utils.js
+++ b/client/lib/utils.js
@@ -145,7 +145,6 @@ Utils = {
});
},
-<<<<<<< HEAD
setMatomo(data){
window._paq = window._paq || [];
window._paq.push(['setDoNotTrack', data.doNotTrack]);