mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
removed unnessary prints
This commit is contained in:
parent
e0f19944bc
commit
6922ba5c77
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue