diff --git a/src/Board.js b/src/Board.js
index 9f659cd389e701236d38525fab8b539826bb924a..d8dee812555dd88209c80993d0825f6dbd5937f4 100755
--- a/src/Board.js
+++ b/src/Board.js
@@ -100,8 +100,6 @@ class Board extends React.Component {
         this.state.model.doAction(Actions.updateNodeAttributes(nodeId, {
             config: config
         }));
-        console.log("updateConfig called with the following configuration:")
-        console.log(config)
     }
 
     /**