diff --git a/abode/cli.py b/abode/cli.py index 367ed08..3ee12b6 100644 --- a/abode/cli.py +++ b/abode/cli.py @@ -26,9 +26,6 @@ def upload(remote='heroku'): #: Git remote collector. remotes = dict() - #: for testing. - os.chdir('/Users/kreitz/httpbintest') - # The current path to the application. app_path = os.getcwd()