From d372620283279a75a5fe0a611a65f44390b3f91c Mon Sep 17 00:00:00 2001 From: "Stephen M. McQuay" Date: Tue, 15 May 2012 17:35:35 -0600 Subject: [PATCH] removed stray pdb call --- surf/subd/cc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/surf/subd/cc.py b/surf/subd/cc.py index befbe33..a3fdaaf 100644 --- a/surf/subd/cc.py +++ b/surf/subd/cc.py @@ -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