[bugzilla-gnome-org-extensions] remove debug statements
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-extensions] remove debug statements
- Date: Thu, 20 Nov 2014 22:02:43 +0000 (UTC)
commit fe5a53ee19ca3ceed212f8d2f60357c6803c8fee
Author: Olav Vitters <olav vitters nl>
Date: Tue Dec 25 17:23:01 2012 +0100
remove debug statements
lib/Util.pm | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/lib/Util.pm b/lib/Util.pm
index 4b2f42e..3eedbb2 100644
--- a/lib/Util.pm
+++ b/lib/Util.pm
@@ -171,9 +171,6 @@ sub get_unreviewed_patches_and_stats {
OR bugs.bug_status = 'ASSIGNED'
OR bugs.bug_status = 'REOPENED')
ORDER BY products.name, components.name, attachments.bug_id, attachments.attach_id";
- open(BLABLABLA, ">/tmp/foobar") || die "Crap!\n";
- print BLABLABLA "hello world\n" . $query . "\n";
-
my $sth = $dbh->prepare($query);
$sth->execute();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]