mjfreshyfresh-mini_fb 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mini_fb.rb +1 -1
- metadata +1 -1
data/lib/mini_fb.rb
CHANGED
@@ -132,7 +132,7 @@ module MiniFB
|
|
132
132
|
# to hide value from simple introspection.
|
133
133
|
def MiniFB.call( api_key, secret, method, kwargs )
|
134
134
|
|
135
|
-
puts 'kwargs=' + kwargs.inspect
|
135
|
+
puts 'kwargs=' + kwargs.inspect if @@logging
|
136
136
|
|
137
137
|
if secret.is_a? String
|
138
138
|
secret = FaceBookSecret.new(secret)
|