diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-25 10:00:10 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-25 10:01:18 +0200 |
commit | f969573b0f1e999e5252c3671da9a8b6ac0bbd38 (patch) | |
tree | 7ab619ddf064adb4c73304db03a64e8b663f026b /lib | |
parent | 418cb6171fc2d6d04a505e28c123b22c384db8c5 (diff) | |
download | rpg-f969573b0f1e999e5252c3671da9a8b6ac0bbd38.tar.gz rpg-f969573b0f1e999e5252c3671da9a8b6ac0bbd38.tar.bz2 |
removed debuggin output
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/styling/script.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/plugins/styling/script.js b/lib/plugins/styling/script.js index caedc7a1c..7c8ffae91 100644 --- a/lib/plugins/styling/script.js +++ b/lib/plugins/styling/script.js @@ -82,7 +82,6 @@ jQuery(function () { // listen to keyup events $dialog.find('input[type=text]').keyup(function () { - console.log('change'); styling_saveAndUpdate(); }); |