Remove dead code
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user