Remove the unused settings

The "BIN_DIR" appears unused by the dashboard

Change-Id: I41d643bd9e14562e0a71ca9a631dba32259446a5
This commit is contained in:
chao liu 2018-08-18 06:28:44 +08:00
parent 122bbcace9
commit cf959d1a5b
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ warnings.formatwarning = lambda message, category, *args, **kwargs: \
'%s: %s' % (category.__name__, message)
ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
BIN_DIR = os.path.abspath(os.path.join(ROOT_PATH, '..', 'bin'))
if ROOT_PATH not in sys.path:
sys.path.append(ROOT_PATH)