From 9962e85cfd44700a815b474cfe9aac30a38c5ec2 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Mon, 6 Feb 2012 11:06:57 -0500 Subject: Oops, pdb line snuck into commit. --- chroma/loader.py | 1 - 1 file changed, 1 deletion(-) 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.') -- cgit