mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:08:51 +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) {
|
if (submessage.share) {
|
||||||
print('sharing', submessage.localPath);
|
print('sharing', submessage.localPath);
|
||||||
outstanding = true;
|
outstanding = true;
|
||||||
//Window.shareSnapshot(submessage.localPath, submessage.href);
|
Window.shareSnapshot(submessage.localPath, submessage.href);
|
||||||
} else {
|
} else {
|
||||||
print('not sharing', submessage.localPath);
|
print('not sharing', submessage.localPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
print(shouldOpenFeedAfterShare());
|
|
||||||
if (outstanding && shouldOpenFeedAfterShare()) {
|
if (outstanding && shouldOpenFeedAfterShare()) {
|
||||||
showFeedWindow();
|
showFeedWindow();
|
||||||
outstanding = false;
|
outstanding = false;
|
||||||
|
|
Loading…
Reference in a new issue