removed stray pdb call

This commit is contained in:
Stephen M. McQuay 2012-05-15 17:35:35 -06:00
parent 14a5128d8d
commit d372620283
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ if __name__ == '__main__':
from surf.subd.cc import refine
input_file_name = sys.argv[1]
cube = json.load(open(input_file_name, 'r'))
import pdb; pdb.set_trace()
p = PolygonMesh(**cube)
q = refine(p)
print q