Skip to content

Commit 2d5ebae

Browse files
committed
remove logs
1 parent 05136ac commit 2d5ebae

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

services/static-webserver/client/source/class/osparc/data/model/Node.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,6 @@ qx.Class.define("osparc.data.model.Node", {
14301430
},
14311431

14321432
updateNodeFromPatch: function(nodePatches) {
1433-
console.log(nodePatches);
14341433
const nodePropertyKeys = this.self().getProperties();
14351434
nodePatches.forEach(patch => {
14361435
const op = patch.op;

services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,9 +1023,6 @@ qx.Class.define("osparc.desktop.StudyEditor", {
10231023
*/
10241024
projectDocumentChanged: function(patchData) {
10251025
patchData["userGroupId"] = osparc.auth.Data.getInstance().getGroupId();
1026-
if (osparc.utils.Utils.isDevelopmentPlatform()) {
1027-
console.log("projectDocumentChanged", patchData);
1028-
}
10291026
// avoid echo loop
10301027
if (this.__blockUpdates) {
10311028
return;

0 commit comments

Comments
 (0)