We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08282b4 commit a1480e0Copy full SHA for a1480e0
1 file changed
customizer/src/obs_case_customizer/app.py
@@ -169,7 +169,6 @@ def package_to_zip(source: Path, target: Path):
169
name = os.path.join(root, name)
170
name = os.path.normpath(name)
171
zipped_name = re.sub(r'^export/', 'OpenBikeSensor_customized/', name)
172
- print("NAME", name, zipped_name)
173
zf.write(name, zipped_name)
174
175
@@ -199,8 +198,6 @@ async def run_job(uid, parts=None):
199
198
200
await copy_build_files_to_build_dir(dir_to_work, temp, job_config.use_custom_logo)
201
202
- logging.error(f" run_job got {dir_to_work}")
203
-
204
try:
205
if job_config.use_custom_logo:
206
parts.extend([f"logo/CustomLogo/MainCase{l}-{inv}-{mn}"
0 commit comments