From 4acacb28c44eece9aca1de85db44b91bec1ba366 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Fri, 27 Apr 2012 17:07:24 +0200 Subject: [PATCH] remove spurious print --- mygpo/users/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mygpo/users/models.py b/mygpo/users/models.py index 446293e0..e19154b7 100644 --- a/mygpo/users/models.py +++ b/mygpo/users/models.py @@ -132,8 +132,6 @@ class EpisodeAction(DocumentSchema): startkey = [user_id, podcast_id, device_id, since_str] endkey = [user_id, podcast_id, device_id, until_str] - print view, startkey, endkey - db = EpisodeUserState.get_db() res = db.view(view, startkey = startkey, -- 2.11.4.GIT