From 6922ba5c77f2536a6db49eb893f9892cbeea0096 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Mon, 10 Apr 2017 21:08:40 +0100 Subject: [PATCH] removed unnessary prints --- scripts/system/snapshot.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/system/snapshot.js b/scripts/system/snapshot.js index 78b9f210ba..fd13e436d6 100644 --- a/scripts/system/snapshot.js +++ b/scripts/system/snapshot.js @@ -95,13 +95,12 @@ function onMessage(message) { if (submessage.share) { print('sharing', submessage.localPath); outstanding = true; - //Window.shareSnapshot(submessage.localPath, submessage.href); + Window.shareSnapshot(submessage.localPath, submessage.href); } else { print('not sharing', submessage.localPath); } }); - print(shouldOpenFeedAfterShare()); if (outstanding && shouldOpenFeedAfterShare()) { showFeedWindow(); outstanding = false;