mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:43:36 +02:00
Remove entity server script status log spam from edit.js
This commit is contained in:
parent
5cd0af9136
commit
2bb7a7a4a6
1 changed files with 0 additions and 2 deletions
|
@ -1396,9 +1396,7 @@ var ServerScriptStatusMonitor = function(entityID, statusCallback) {
|
|||
self.sendRequestTimerID = null;
|
||||
|
||||
var onStatusReceived = function(success, isRunning, status, errorInfo) {
|
||||
print("Got script status:", success, isRunning, status, errorInfo);
|
||||
if (self.active) {
|
||||
print("Requesting status of script");
|
||||
statusCallback({
|
||||
statusRetrieved: success,
|
||||
isRunning: isRunning,
|
||||
|
|
Loading…
Reference in a new issue