lib/rforce.rb in activesalesforce-0.0.5 vs lib/rforce.rb in activesalesforce-0.0.6

- old
+ new

@@ -150,10 +150,10 @@ @url = URI.parse(url) @server = Net::HTTP.new(@url.host, @url.port) @server.use_ssl = @url.scheme == 'https' # run ruby with -d to see SOAP wiredumps. - @server.set_debug_output $stderr #if $DEBUG + @server.set_debug_output $stderr if $DEBUG @session_id = '' @batch_size = DEFAULT_BATCH_SIZE end