summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjasper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/jasper.py b/jasper.py
index 4217bbe..689f6ee 100755
--- a/jasper.py
+++ b/jasper.py
@@ -28,9 +28,6 @@ if args.local:
else:
from client.mic import Mic
-# Change CWD to jasperpath.LIB_PATH
-os.chdir(jasperpath.LIB_PATH)
-
class Jasper(object):
def __init__(self):
self._logger = logging.getLogger(__name__)