hamster-applet r776 - trunk/hamster
- From: tbaugis svn gnome org
- To: svn-commits-list gnome org
- Subject: hamster-applet r776 - trunk/hamster
- Date: Sat, 21 Feb 2009 22:12:50 +0000 (UTC)
Author: tbaugis
Date: Sat Feb 21 22:12:50 2009
New Revision: 776
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=776&view=rev
Log:
removed debug output
Modified:
trunk/hamster/db.py
Modified: trunk/hamster/db.py
==============================================================================
--- trunk/hamster/db.py (original)
+++ trunk/hamster/db.py Sat Feb 21 22:12:50 2009
@@ -303,7 +303,6 @@
# is the same we have now. If that happened before less
# than a minute - remove end time!
if len(day_facts) > 2 and day_facts[-2]['name'] == activity_name:
- print day_facts[-2]['name'], activity_name, day_facts[-2]['end_time'], start_time
delta = (start_time - day_facts[-2]['end_time'])
if 60 >= delta.seconds >= 0:
update = """
@@ -425,7 +424,6 @@
res.append(f)
elif fact_start_date != fact_end_date:
- print date, end_date
# check if maybe we have to split activity in two
if date <= f["start_time"].date() <= end_date:
start_fact = copy.copy(f)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]