From 256d566184e96b8df1c6a814cd2413150640f0b1 Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Thu, 25 Jun 2020 10:40:16 -0400 Subject: [PATCH] Rm dead code, re:#63 --- ipwb/util.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ipwb/util.py b/ipwb/util.py index 1d575be1..35324421 100644 --- a/ipwb/util.py +++ b/ipwb/util.py @@ -121,12 +121,6 @@ def isLocalHosty(uri): return False -def setupIPWBInIPFSConfig(): - hostPort = getIPWBReplayConfig() - if not hostPort: - setIPWBReplayConfig(IPWBREPLAY_HOST, IPWBREPLAY_PORT) - - def setLocale(): currentOS = platform.system()