Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Sep 6, 2023
1 parent 01fc505 commit 37e6968
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cimas/cli/command.rb
Expand Up @@ -147,7 +147,6 @@ def sync
if source_path.end_with? ".erb"
template = ERB.new(File.read(source_path))
temp_file = Tempfile.new
p "repo.binding=#{repo.binding}"
params = OpenStruct.new(repo.binding).instance_eval { binding }
temp_file.puts(template.result(params))
temp_file.flush
Expand Down

0 comments on commit 37e6968

Please sign in to comment.