[cig-commits] commit: Forgot to remove debugging routine.

Mercurial hg at geodynamics.org
Mon Nov 24 11:22:55 PST 2008


changeset:   56:38577596fde8
user:        LukeHodkinson
date:        Thu Mar 27 23:19:17 2008 +0000
files:       StgSCons
description:
Forgot to remove debugging routine.


diff -r 06edcb98bcdf -r 38577596fde8 StgSCons
--- a/StgSCons	Thu Mar 27 23:18:10 2008 +0000
+++ b/StgSCons	Thu Mar 27 23:19:17 2008 +0000
@@ -274,8 +274,6 @@ int main( int argc, char* argv[] ) {
 """ % (hdrs, suites)
     src_filename = os.path.join(env["buildPath"], env.project_name, 
                                 "test" + env.project_name + ".c")
-    import pdb
-    pdb.set_trace()
     if not os.path.exists(os.path.dirname(File(src_filename).path)):
         os.makedirs(os.path.dirname(File(src_filename).path))
     f = open(File(src_filename).path, "w")



More information about the CIG-COMMITS mailing list