diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-02 17:19:51 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-02 17:19:51 +0100 |
commit | a9a3ed3f45571d319023e06a2134eb19cab64283 (patch) | |
tree | 5dd31d671b18cdf5ec6343c5e8eebaa5bcfc0af0 | |
parent | 9c2ade75be4c29b2beea9075e926a8effd08da34 (diff) |
remove debug code
-rw-r--r-- | src/js/app.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/js/app.js b/src/js/app.js index f6584dc..6298dab 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -81,8 +81,6 @@ var tpl = { dataType: 'json', timeout: 30000, success: function( data, status ) { - console.log(data); - console.log(status); FMS.isLoggedIn = 1; }, error: function() { |