From f85388e747b219486977eabab165335f95dd330e Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 12 Feb 2017 21:52:56 -0700 Subject: [PATCH] Remove bad code :) --- core/string_util.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/string_util.js b/core/string_util.js index 860b78d4..0c296da8 100644 --- a/core/string_util.js +++ b/core/string_util.js @@ -508,6 +508,7 @@ function createCleanAnsi(input, options, cb) { parser.parse(input); } +/* const fs = require('fs'); let data = fs.readFileSync('/home/nuskooler/Downloads/art3.ans'); data = iconv.decode(data, 'cp437'); @@ -515,3 +516,4 @@ createCleanAnsi(data, { width : 79, height : 25 }, (out) => { out = iconv.encode(out, 'cp437'); fs.writeFileSync('/home/nuskooler/Downloads/art4.ans', out); }); +*/ \ No newline at end of file