Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed Dec 8, 2023
1 parent 45c6e58 commit 69a8737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/process-view-templates
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ notice_types.each do |nt|
target = File.join(opts[:output_folder], "#{nt}.efx")

# Remove stuff
#lines = File.readlines(source).select { |line|
lines = File.readlines(source) #.select { |line|
# !removed.include?(line.split(/[{}\[\]]/)[1])
#}

Expand Down

0 comments on commit 69a8737

Please sign in to comment.