1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-07 02:53:58 +00:00

Removed debug print message

This commit is contained in:
Bryan Roe
2019-04-12 13:34:07 -07:00
parent 547cd9f530
commit 7f647b42d0

View File

@@ -145,7 +145,6 @@ function WindowsConsole()
this.TrayIcon.remove();
handled = true;
}
if (!handled) { console.log(msg); }
}
});
retVal.remove = function remove()