aboutsummaryrefslogtreecommitdiff
path: root/js/printer.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/printer.js')
-rw-r--r--js/printer.js5
1 files changed, 0 insertions, 5 deletions
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) {