diff --git a/nsot_sync/creds_manager.py b/nsot_sync/creds_manager.py index 7d28ad6..6f08ae1 100644 --- a/nsot_sync/creds_manager.py +++ b/nsot_sync/creds_manager.py @@ -22,12 +22,7 @@ def __init__(self, **kwargs): self.update_creds = value else: raise Exception('Error: kwargs is None') - self.creds_filename = os.path.normpath(os.path.expanduser('~') + '/.' + self.creds_filename) - # print (self.creds_filename) - # print (os.path.expanduser('~')) - # exit(0) - @property def load_creds(self):