We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7a5d1 commit bcc7c44Copy full SHA for bcc7c44
1 file changed
luxloader/__init__.py
@@ -273,7 +273,6 @@ def _update_manifest(wheel_list):
273
274
print(f"[BLC] Updating blender manifest")
275
pkg_manifest_filepath = ROOT_FOLDER / "blender_manifest.toml"
276
- import pdb; pdb.set_trace()
277
278
# Compute statement
279
wheel_abs_paths = list(
0 commit comments