removed unnessary prints

This commit is contained in:
Dante Ruiz 2017-04-10 21:08:40 +01:00
parent e0f19944bc
commit 6922ba5c77

View file

@ -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;