diff options
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 ) { |