Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion spinnaker_testbase/root_script_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def _script_details(
if in_combined or in_split:
text += line
elif "def run_script(" in line and " split:" in line:
print("Split ", local_path)
run_script = True
elif "combined binaries" in line:
in_combined = True
Expand Down
Loading