[Mpuls-commits] r3886 - base/trunk/mpulsweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 5 09:44:23 CEST 2010


Author: roland
Date: 2010-10-05 09:44:17 +0200 (Tue, 05 Oct 2010)
New Revision: 3886

Modified:
   base/trunk/mpulsweb/model/logbook.py
Log:
remove debug messages

Modified: base/trunk/mpulsweb/model/logbook.py
===================================================================
--- base/trunk/mpulsweb/model/logbook.py	2010-10-04 18:08:56 UTC (rev 3885)
+++ base/trunk/mpulsweb/model/logbook.py	2010-10-05 07:44:17 UTC (rev 3886)
@@ -197,15 +197,6 @@
             if not row:
                 raise StandardError("Cannot create log book entry")
             self.id = row[0]
-
-        log.debug("captain's logbook, stardate 124.97: %s" % (UPDATE_LOGBOOK_ENTRY %
-                    {"date": self.datum,
-                     "kind": self.art,
-                     "short_notice": self.kurz_notiz,
-                     "notice": self.notiz,
-                     "duration": self.dauer,
-                     "typ": self.typ,
-                     "id": self.id}))
                      
         cur.execute(UPDATE_LOGBOOK_ENTRY,
                     {"date": self.datum,
@@ -261,7 +252,6 @@
                 log.debug("this is what went wront: %s" % e)
             
             while True:
-                print "getting results"
                 row = cur.fetchone()
                 if not row:
                     break



More information about the Mpuls-commits mailing list