diff --git a/lib/cimas/cli/command.rb b/lib/cimas/cli/command.rb index cddb52f..0e348f6 100644 --- a/lib/cimas/cli/command.rb +++ b/lib/cimas/cli/command.rb @@ -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