From 6d879afe4c423de9bdac9eeb6a8d3f8aa4526378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Tue, 15 Dec 2015 16:54:12 +0100 Subject: Remove a diagnostic log line from the prolog screen, which remained there by mistake. --- js/codeq/prolog.js | 1 - 1 file changed, 1 deletion(-) 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 . */ }); }, 'exit': function () { - codeq.log.info('prolog exit()'); jqAllButtons.off(); // unregister all event handlers jqAllQuadrants.off(); jqScreen.css('display', 'none'); -- cgit v1.2.1