rack_bugzscout 0.0.11 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rack_bugzscout.rb +0 -2
- metadata +1 -1
data/lib/rack_bugzscout.rb
CHANGED
@@ -16,7 +16,6 @@ module Rack
|
|
16
16
|
@fogbugz_area = fogbugz_area
|
17
17
|
|
18
18
|
@template = ERB.new(TEMPLATE)
|
19
|
-
puts "init complete"
|
20
19
|
end
|
21
20
|
|
22
21
|
def call(env)
|
@@ -53,7 +52,6 @@ module Rack
|
|
53
52
|
end
|
54
53
|
rescue => error
|
55
54
|
# maybe we ought to log something here if things don't work out?
|
56
|
-
puts "error!"
|
57
55
|
end
|
58
56
|
end
|
59
57
|
|