diff --git a/scripts/python/terrasync.py b/scripts/python/terrasync.py
index e51b48ede..440758d64 100755
--- a/scripts/python/terrasync.py
+++ b/scripts/python/terrasync.py
@@ -284,15 +284,6 @@ class TerraSync:
                     #print ("removing orphan dir",f)
                     shutil.rmtree( join(localFullPath,f) )
 
-
-    def isReady(self):
-        return self.httpGetter and self.httpGetter.isReady()
-        return False
-
-    def update(self):
-        if self.httpGetter:
-            self.httpGetter.update()
-
 #################################################################################################################################