removed stray pdb call
This commit is contained in:
parent
14a5128d8d
commit
d372620283
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user