Skip to content

Commit a1480e0

Browse files
committed
remove unnecessary verbosity.
1 parent 08282b4 commit a1480e0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • customizer/src/obs_case_customizer

customizer/src/obs_case_customizer/app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def package_to_zip(source: Path, target: Path):
169169
name = os.path.join(root, name)
170170
name = os.path.normpath(name)
171171
zipped_name = re.sub(r'^export/', 'OpenBikeSensor_customized/', name)
172-
print("NAME", name, zipped_name)
173172
zf.write(name, zipped_name)
174173

175174

@@ -199,8 +198,6 @@ async def run_job(uid, parts=None):
199198

200199
await copy_build_files_to_build_dir(dir_to_work, temp, job_config.use_custom_logo)
201200

202-
logging.error(f" run_job got {dir_to_work}")
203-
204201
try:
205202
if job_config.use_custom_logo:
206203
parts.extend([f"logo/CustomLogo/MainCase{l}-{inv}-{mn}"

0 commit comments

Comments
 (0)