aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bugzilla.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/bugzilla.rb b/bugzilla.rb
index 79bb137..9fe9e6b 100644
--- a/bugzilla.rb
+++ b/bugzilla.rb
@@ -381,10 +381,6 @@ class BugzillaPlugin < Plugin
# This function is used to remove timers and close HTTPClient
# instances, otherwise they'll be kept open with no good reason.
def cleanup
- @zillas.each do |zilla|
- zilla.delete_client
- end
-
@bot.timer.remove(@polling_timer)
super