From 179db4c0a390b217f08ad3ebe4d68ae0d1b8aefc Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Mon, 5 May 2025 14:02:52 +0200 Subject: [PATCH] remove some console.log for debug --- client/jsFiles/SEAWebClientCommunication.js | 1 - client/jsFiles/SEAWebClientGroup.js | 1 - 2 files changed, 2 deletions(-) diff --git a/client/jsFiles/SEAWebClientCommunication.js b/client/jsFiles/SEAWebClientCommunication.js index 7634c7b..4433989 100644 --- a/client/jsFiles/SEAWebClientCommunication.js +++ b/client/jsFiles/SEAWebClientCommunication.js @@ -468,7 +468,6 @@ function successHandler(s, message) { case "accept-graph": break; case "accept-command": - console.log('ACCEPT', message.result) if (message.result) { updateValue(message.result); } diff --git a/client/jsFiles/SEAWebClientGroup.js b/client/jsFiles/SEAWebClientGroup.js index 2df49e1..d6ac5ab 100644 --- a/client/jsFiles/SEAWebClientGroup.js +++ b/client/jsFiles/SEAWebClientGroup.js @@ -224,7 +224,6 @@ function createValue (component) { } value.setAttribute('name', component.name); if (component.type == 'pushbutton') { - console.log('CREATE', component.name); value.__ctype__ = 'none'; } else { value.__ctype__ = 'rdonly';