summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-12-15 16:54:12 +0100
committerAleš Smodiš <aless@guru.si>2015-12-15 16:54:12 +0100
commit6d879afe4c423de9bdac9eeb6a8d3f8aa4526378 (patch)
tree4f77326ab4c2fc2867d0f43e7faf21a97e7bd3ee
parent308fac63793e912c874bf458f8976d0b0f76d650 (diff)
Remove a diagnostic log line from the prolog screen, which remained there by mistake.
-rw-r--r--js/codeq/prolog.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/codeq/prolog.js b/js/codeq/prolog.js
index 8a6cddc..23d8cc7 100644
--- a/js/codeq/prolog.js
+++ b/js/codeq/prolog.js
@@ -105,7 +105,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
});
},
'exit': function () {
- codeq.log.info('prolog exit()');
jqAllButtons.off(); // unregister all event handlers
jqAllQuadrants.off();
jqScreen.css('display', 'none');