[gnome-clocks] Remove debugging print
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Remove debugging print
- Date: Mon, 27 Aug 2012 20:00:50 +0000 (UTC)
commit 1164c7ce30ab796d1b90a69b9d5293eefb91ad42
Author: Paolo Borelli <pborelli gnome org>
Date: Mon Aug 27 21:10:57 2012 +0200
Remove debugging print
gnomeclocks/world.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gnomeclocks/world.py b/gnomeclocks/world.py
index 789a2ec..c63945d 100644
--- a/gnomeclocks/world.py
+++ b/gnomeclocks/world.py
@@ -45,9 +45,7 @@ class WorldClockStorage():
location_codes = pickle.load(f)
f.close()
for l in location_codes:
- print l
location = GWeather.Location.find_by_station_code(self.world, l)
- print location
if location:
clocks.append(location)
except IOError as e:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]