Remove dead code

This commit is contained in:
nolash
2021-02-12 18:42:16 +01:00
parent 6105703ca5
commit a9880c05a0
5 changed files with 8 additions and 11 deletions

View File

@@ -100,7 +100,6 @@ def register_eth(u):
def register_ussd(u):
#logg.warning('missing ussd register')
pass
@@ -129,13 +128,6 @@ if __name__ == '__main__':
register_ussd(u)
# part = []
# for j in range(3):
# (head, tail) = os.path.split(filepath)
# part.append(tail)
# filepath = head
# part.reverse()
# filepath = os.path.join(user_out_dir, '/'.join(part))
new_address_clean = strip_0x(new_address)
filepath = os.path.join(
user_out_dir,

View File

@@ -3,7 +3,7 @@ cic-types==0.1.0a2
chainlib==0.0.1a7
chainsyncer==0.0.1a5
cic-eth==0.10.0a26
confini==0.3.6b1
confini==0.3.6b2
celery==4.4.7
redis==3.5.3
hexathon==0.0.1a2