Skip to content

Commit

Permalink
Remove puts
Browse files Browse the repository at this point in the history
  • Loading branch information
azuchi committed Jun 2, 2018
1 parent 96a7759 commit 6ac03e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/openassets/api.rb
Expand Up @@ -219,7 +219,6 @@ def get_output(txid, output_index)
cached = output_cache.get(txid, output_index)
return cached unless cached.nil?
end
puts "#{txid}:[#{output_index}]"
decode_tx = load_cached_tx(txid)
tx = Bitcoin::Protocol::Tx.new(decode_tx.htb)
colored_outputs = get_color_outputs_from_tx(tx)
Expand Down

0 comments on commit 6ac03e5

Please sign in to comment.