diff --git a/index.js b/index.js index fe67478..81b12f7 100755 --- a/index.js +++ b/index.js @@ -49,21 +49,6 @@ module.exports = function(file_path, callback){ previous_line_num_tabs = current_line_num_tabs; } } -/* lines.forEach(function(value, index){ - if(value !== ''){ - var split_value = value.split('\t'); - var num_tabs = split_value.length - 1; - if(num_tabs > previous_line){ - html += '\n' + insertTabs(num_tabs * 2) + '