1
0
Fork 0

lol httparty

This commit is contained in:
Jan Steemann 2015-07-29 12:54:51 +02:00
parent 454a6c998c
commit 4920420097
1 changed files with 2 additions and 0 deletions

View File

@ -201,6 +201,8 @@ class ArangoDB
def self.log (args)
# disable logging if requested
result = args[:result]
response = result.parsed_response
return if not ($silent.nil? || $silent.empty? || $silent == "0")
if args.key?(:output)