Skip to content

Commit

Permalink
Merge pull request #673 from oduwsdl/issue-63
Browse files Browse the repository at this point in the history
Rm dead code, re:#63
  • Loading branch information
machawk1 authored Jun 25, 2020
2 parents 81f53b5 + 256d566 commit 66ffdcf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ipwb/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ def isLocalHosty(uri):
return False


def setupIPWBInIPFSConfig():
hostPort = getIPWBReplayConfig()
if not hostPort:
setIPWBReplayConfig(IPWBREPLAY_HOST, IPWBREPLAY_PORT)


def setLocale():
currentOS = platform.system()

Expand Down

0 comments on commit 66ffdcf

Please sign in to comment.