From: Joerg Jaspert Date: Sat, 7 Nov 2009 23:57:02 +0000 (+0100) Subject: p-n X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=3f6b49816cfdf7440075e068c10c1ec603b7e6e3;p=dak.git p-n no longer block p-n Signed-off-by: Joerg Jaspert --- diff --git a/dak/process_new.py b/dak/process_new.py index 40497fed..8814418a 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -894,10 +894,6 @@ def end(): def main(): global Options, Logger, Sections, Priorities - print "NO NEW PROCESSING CURRENTLY AVAILABLE" - print "(Go and do something more interesting)" - sys.exit(0) - cnf = Config() session = DBConn().session()