diff options
author | Chris Birk <cmbirk@gmail.com> | 2015-12-17 21:56:33 -0600 |
---|---|---|
committer | Chris Birk <cmbirk@gmail.com> | 2015-12-17 21:56:33 -0600 |
commit | 313f390e7a3cbd01e8d96ab8aa5b8894e021b883 (patch) | |
tree | be23bb895481c68198a3afd192d307cd2711513b /src/static | |
parent | 7f517eca0bf87b7b9b666e36aeb8cc219f3d80be (diff) | |
download | etherpad-lite-313f390e7a3cbd01e8d96ab8aa5b8894e021b883.zip |
remove logging
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/js/pad_impexp.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static/js/pad_impexp.js b/src/static/js/pad_impexp.js index 17886e8e..70220f87 100644 --- a/src/static/js/pad_impexp.js +++ b/src/static/js/pad_impexp.js @@ -207,8 +207,6 @@ var padimpexp = (function() // activate action to import in the form $("#importform").attr('action', pad_root_url + "/import"); - console.log(clientVars); - //hide stuff thats not avaible if abiword/soffice is disabled if(clientVars.exportAvailable == "no") { |