public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vikraman Choudhury" <vikraman.choudhury@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoostats:master commit in: client/gentoostats/
Date: Mon,  1 Aug 2011 23:05:41 +0000 (UTC)	[thread overview]
Message-ID: <52a51538c248296d5f14fcab8f975e67c3f49ee8.vikraman@gentoo> (raw)

commit:     52a51538c248296d5f14fcab8f975e67c3f49ee8
Author:     Vikraman Choudhury <vikraman.choudhury <AT> gmail <DOT> com>
AuthorDate: Mon Aug  1 23:05:19 2011 +0000
Commit:     Vikraman Choudhury <vikraman.choudhury <AT> gmail <DOT> com>
CommitDate: Mon Aug  1 23:05:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoostats.git;a=commit;h=52a51538

remove debugging print from search.py

---
 client/gentoostats/search.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/client/gentoostats/search.py b/client/gentoostats/search.py
index 165733e..4bb040b 100644
--- a/client/gentoostats/search.py
+++ b/client/gentoostats/search.py
@@ -29,8 +29,6 @@ def search(args):
     url_extra += ('?', '&')[bool(url_extra)] + 'min_hosts=' + str(args.min_hosts) if args.min_hosts else ''
     url_extra += ('?', '&')[bool(url_extra)] + 'max_hosts=' + str(args.max_hosts) if args.max_hosts else ''
 
-    print args.server + args.url + url_base + url_extra
-
     get_data = utils.GET(server = args.server, url = args.url + url_base + url_extra, headers = utils.headers)
     data = utils.deserialize(get_data)
 



             reply	other threads:[~2011-08-01 23:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-01 23:05 Vikraman Choudhury [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-21 14:42 [gentoo-commits] proj/gentoostats:master commit in: client/gentoostats/ Vikraman Choudhury
2016-12-12  3:22 Göktürk Yüksek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52a51538c248296d5f14fcab8f975e67c3f49ee8.vikraman@gentoo \
    --to=vikraman.choudhury@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox