diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-05-13 18:47:29 +0200 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-05-13 18:47:29 +0200 |
commit | ed723f785722d91d2a19703e71aa703367fbecac (patch) | |
tree | 0bfa5a75ca7c6c035c4d8ffc095f4027a37679fd /js | |
parent | 0c07fbdc52f6aab7f2d613cbe2888ab95204be1e (diff) | |
download | ematrix-ed723f785722d91d2a19703e71aa703367fbecac.tar.lz ematrix-ed723f785722d91d2a19703e71aa703367fbecac.tar.xz ematrix-ed723f785722d91d2a19703e71aa703367fbecac.zip |
Remove a debugging statement
Diffstat (limited to 'js')
-rw-r--r-- | js/vapi-background.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/vapi-background.js b/js/vapi-background.js index 67d540e..9088748 100644 --- a/js/vapi-background.js +++ b/js/vapi-background.js @@ -494,7 +494,6 @@ vAPI.storage = (function() { } var prepareResult = function(result) { - console.debug(result); var key; for ( key in result ) { if ( result.hasOwnProperty(key) === false ) { |