From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SeiGn-0002qA-1I for garchives@archives.gentoo.org; Wed, 13 Jun 2012 07:45:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAA50E04EC; Wed, 13 Jun 2012 07:45:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 76126E04C8 for ; Wed, 13 Jun 2012 07:45:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEC321B4033 for ; Wed, 13 Jun 2012 07:45:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 68CF9E5430 for ; Wed, 13 Jun 2012 07:45:27 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1339573446.f414aac1da097573250886740ead2868145a4a65.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/depres/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/depres/channels.py X-VCS-Directories: roverlay/depres/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: f414aac1da097573250886740ead2868145a4a65 X-VCS-Branch: master Date: Wed, 13 Jun 2012 07:45:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f48ef6db-624d-451c-94cb-7a03bed0f7f7 X-Archives-Hash: 13b573e3d64d2be5d5e9afd7ee41517a commit: f414aac1da097573250886740ead2868145a4a65 Author: Andr=C3=A9 Erdmann mailerd de> AuthorDate: Wed Jun 13 07:44:06 2012 +0000 Commit: Andr=C3=A9 Erdmann mailerd de> CommitDate: Wed Jun 13 07:44:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/R_overlay.git= ;a=3Dcommit;h=3Df414aac1 remove debug print statement modified: roverlay/depres/channels.py --- roverlay/depres/channels.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/roverlay/depres/channels.py b/roverlay/depres/channels.py index 34cf0ba..570d032 100644 --- a/roverlay/depres/channels.py +++ b/roverlay/depres/channels.py @@ -187,8 +187,6 @@ class EbuildJobChannel ( DependencyResolverChannel ): # tell the resolver to start self._depres_master.start() =20 - self.logger.critical ( "WAITING..." ) - # wait for one result at least handle_queue_item ( self._depres_queue.get() ) =20