diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-09 16:41:07 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-09 16:41:07 +0100 |
commit | 6d220eb42935e6925a875b244dc9940805e781fd (patch) | |
tree | e600aae478989150a72a03e79f11534d186786df /www/js/app.js | |
parent | 2365d7a06c3728a4bc59136082d3bb8fe01320c2 (diff) |
remove debug
Diffstat (limited to 'www/js/app.js')
-rw-r--r-- | www/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index e79d7a7..96733bd 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -60,7 +60,6 @@ var tpl = { }, loadCurrentDraft: function() { - console.log( 'loading report' ); if ( localStorage.currentDraftID && localStorage.currentDraftID != 'null' ) { var r = FMS.allDrafts.get( localStorage.currentDraftID ); if ( r ) { |