From 10d9ed37b5aa7afe04a41133b79919d93f6beb9e Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 5 Dec 2013 13:22:44 -0800 Subject: [PATCH] Remove unecessary debug message Change-Id: I7d1c22c022913994e68c651e21ff127eac61f670 --- zuul/launcher/gearman.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/zuul/launcher/gearman.py b/zuul/launcher/gearman.py index d165f06b80..350044596d 100644 --- a/zuul/launcher/gearman.py +++ b/zuul/launcher/gearman.py @@ -379,8 +379,6 @@ class Gearman(object): self.log.debug("Build %s update %s " % (job, data)) build = self.builds.get(job.unique) if build: - self.log.debug("Found build %s" % build) - # Allow URL to be updated build.url = data.get('url') or build.url