diff --git a/index.js b/index.js index dac3a62..b16bcea 100755 --- a/index.js +++ b/index.js @@ -55,15 +55,11 @@ module.exports = function(file_path, callback){ html += emptyTabStack(tabStack); callback(html); } - //fs.readFile(process.argv[2], 'utf8', function(err, data){ fs.readFile(file_path, 'utf8', function(err, data){ if(err){ console.log(err); } else { parseFile(data, function(html){ - //console.log(''); - //console.log(html); - //console.log(''); var result = ''; result += html; result += '';