Skip to content

Commit 31d89e2

Browse files
authored
Remove dead code comment in scripts/erb.rb (#34)
Co-authored-by: hahwul <13212227+hahwul@users.noreply.github.com>
1 parent e10dcbb commit 31d89e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/erb.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def generate_tags array
227227
end
228228

229229
markdown = ERB.new(template, trim_mode: "%<>")
230-
#puts markdown.result
231230
File.write './README.md', markdown.result
232231

233232
categorize_tags.each do |key,value|

0 commit comments

Comments
 (0)