[copr] master: Delete forgotten debug print (5eadce6)

bkabrda at fedoraproject.org bkabrda at fedoraproject.org
Fri Feb 1 13:22:22 UTC 2013


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : master

>---------------------------------------------------------------

commit 5eadce66b39c641010cd680498fac39601bcffc0
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Fri Feb 1 09:18:13 2013 +0100

    Delete forgotten debug print


>---------------------------------------------------------------

 .../coprs/views/coprs_ns/coprs_general.py          |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/coprs_frontend/coprs/views/coprs_ns/coprs_general.py b/coprs_frontend/coprs/views/coprs_ns/coprs_general.py
index 2f32925..4e5172a 100644
--- a/coprs_frontend/coprs/views/coprs_ns/coprs_general.py
+++ b/coprs_frontend/coprs/views/coprs_ns/coprs_general.py
@@ -93,7 +93,6 @@ def copr_new():
 def copr_detail(username, coprname):
     query = coprs_logic.CoprsLogic.get(flask.g.user, username, coprname, with_mock_chroots=True)
     try:
-        print dir(db)
         copr = query.one()
     except sqlalchemy.orm.exc.NoResultFound:
         return page_not_found('Copr with name {0} does not exist.'.format(coprname))



More information about the copr-devel mailing list