diff options
author | Stan Seibert <stan@mtrr.org> | 2012-02-06 11:06:57 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:38 -0700 |
commit | 9962e85cfd44700a815b474cfe9aac30a38c5ec2 (patch) | |
tree | 96e5cfb85b45b181741a548803f6b4d0c76898a5 | |
parent | 1cb14febb8b7ab2d3ff3be1a8c2ac6f4dcd3f317 (diff) | |
download | chroma-9962e85cfd44700a815b474cfe9aac30a38c5ec2.tar.gz chroma-9962e85cfd44700a815b474cfe9aac30a38c5ec2.tar.bz2 chroma-9962e85cfd44700a815b474cfe9aac30a38c5ec2.zip |
Oops, pdb line snuck into commit.
-rw-r--r-- | chroma/loader.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chroma/loader.py b/chroma/loader.py index e5ff6ed..fbdd79e 100644 --- a/chroma/loader.py +++ b/chroma/loader.py @@ -141,7 +141,6 @@ def load_bvh(geometry, bvh_name="default", bvh = None if read_bvh_cache and cache.exist_bvh(mesh_hash, bvh_name): logger.info('Loading BVH "%s" for geometry from cache.' % bvh_name) - import pdb; pdb.set_trace() bvh = cache.load_bvh(mesh_hash, bvh_name) elif auto_build_bvh: logger.info('Building new BVH using simple algorithm.') |