From 3de6e621e5f0c473d32f6bea4ab94f34497db7b2 Mon Sep 17 00:00:00 2001 From: cpsdqs Date: Sat, 30 Sep 2017 16:58:00 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/term/demo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/term/demo.js b/js/term/demo.js index f5175d7..098577d 100644 --- a/js/term/demo.js +++ b/js/term/demo.js @@ -850,7 +850,6 @@ let demoshIndex = { run (...args) { if (args.length === 0) this.emit('write', '\x1b[31mmake: *** No targets specified. Stop.\x1b[0m\r\n') else if (args.length === 3 && args.join(' ').toLowerCase() === 'me a sandwich') { - console.log(this) if (this.su) { const b = '\x1b[33m' const r = '\x1b[0m'