From e4393504176dc4da117fde95fc10181a2ea6f929 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 26 Apr 2014 14:19:49 -0500 Subject: JS: switch from josh.js console to jqconsole. js/web/jqconsole.min.js and web/ansi.css are from https://github.com/replit/jq-console and licensed MIT. --- js/printer.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'js/printer.js') diff --git a/js/printer.js b/js/printer.js index 5f0e03d..f3836e0 100644 --- a/js/printer.js +++ b/js/printer.js @@ -6,11 +6,6 @@ if (typeof module !== 'undefined') { printer.println = exports.println = function () { console.log.apply(console, arguments); }; -} else { - var exports = printer; - printer.println = function() { - readline.println.apply(null, arguments); // josh_readline.js - } } function _pr_str(obj, print_readably) { -- cgit v1.2.3