]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
removed print statement...this is the year i start using a debugger
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Jul 2007 07:17:01 +0000 (07:17 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Jul 2007 07:17:01 +0000 (07:17 +0000)
lib/sqlalchemy/engine/default.py

index 075d51a538bc1ed0a978ea45755470d68ddfbd61..7f89d1eb5395040afabb6a253da2e3a9b26edfb5 100644 (file)
@@ -326,7 +326,6 @@ class DefaultExecutionContext(base.ExecutionContext):
                             self._lastrow_has_defaults = True
                         newid = drunner.get_column_default(c)
                         if newid is not None:
-                            print "GOT GENERATED DEFAULT", c, repr(newid)
                             param.set_value(c.key, newid)
                             if c.primary_key:
                                 last_inserted_ids.append(param.get_processed(c.key))