From 313f390e7a3cbd01e8d96ab8aa5b8894e021b883 Mon Sep 17 00:00:00 2001 From: Chris Birk Date: Thu, 17 Dec 2015 21:56:33 -0600 Subject: [PATCH] remove logging --- src/static/js/pad_impexp.js | 2 -- 1 file changed, 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") {