Skip to content

Commit 03062c3

Browse files
committed
Remove debug
1 parent bc23827 commit 03062c3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scripts/release/build_configuration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class BuildConfiguration:
1515
platforms: Optional[List[str]] = None
1616
sign: bool = False
1717
all_agents: bool = False
18-
debug: bool = True
1918

2019
def is_release_step_executed(self) -> bool:
2120
return self.scenario == BuildScenario.RELEASE

scripts/release/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def build_config_from_args(args):
191191
version=version,
192192
base_registry=registry,
193193
parallel=args.parallel,
194-
debug=args.debug, # TODO: is debug used ?
195194
platforms=platforms,
196195
sign=sign,
197196
all_agents=all_agents,

0 commit comments

Comments
 (0)