remove dead code

This commit is contained in:
Jude Nelson
2017-04-12 17:10:15 -04:00
parent c66b44ac7e
commit 62965d4f00

View File

@@ -198,6 +198,3 @@ def snv_consensus_extras( name_rec, block_id, blockchain_name_data, db ):
given the block number, the name record at the block number, and the db.
"""
return blockstack_client.operations.namespacepreorder.snv_consensus_extras( name_rec, block_id, blockchain_name_data )
'''
return {}
'''