turn an alert into a console.error

This commit is contained in:
ansuz 2016-04-07 17:03:30 +02:00
parent ec64e0d381
commit cd357a9136
1 changed files with 1 additions and 2 deletions

View File

@ -190,8 +190,7 @@ define([
var localWorkInProgress = function (stage) {
if (module.localChangeInProgress) {
console.error("Applied a change while a local patch was in progress");
alert("local work was interrupted at stage: " + stage);
//module.realtimeInput.onLocal();
console.error("local work was interrupted at stage: " + stage);
return true;
}
return false;