diff --git a/scripts/python/startPlugin.py b/scripts/python/startPlugin.py index c6b936fef..e65f27b36 100755 --- a/scripts/python/startPlugin.py +++ b/scripts/python/startPlugin.py @@ -5,7 +5,6 @@ import time import sys import os -import setupProxy import argparse # Parse command line args @@ -27,8 +26,5 @@ print "Waiting for netmaster to come up" time.sleep(15) -# Setup proxy -# setupProxy.setupProxy() - print "################### Started Netplugin #####################" os._exit(0)