Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reijnders committed Apr 14, 2017
1 parent ad0a007 commit 3487645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/js/toolbox.js
Expand Up @@ -1550,7 +1550,7 @@ var EDITOR = (function ($, parent) {

setAttributeValue = function (key, names, values)
{
console.log([key, names, values]);
//console.log([key, names, values]);
// Get the node name

if (names == "hidePage") {
Expand Down

0 comments on commit 3487645

Please sign in to comment.