Skip to content

Commit

Permalink
Merge pull request #454 from apoorva11029/Issue#450
Browse files Browse the repository at this point in the history
Resolving issue#450
  • Loading branch information
shaleman committed Jul 13, 2016
2 parents ec2b3e8 + 576fb7b commit 4ea44d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/python/startPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import time
import sys
import os
import setupProxy
import argparse

# Parse command line args
Expand All @@ -27,8 +26,5 @@
print "Waiting for netmaster to come up"
time.sleep(15)

# Setup proxy
# setupProxy.setupProxy()

print "################### Started Netplugin #####################"
os._exit(0)

0 comments on commit 4ea44d1

Please sign in to comment.