changeset 12:31561c863ccf

Remove leftover print() statement.
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 14 Jun 2019 23:04:10 +0200
parents 6c5157c1027b
children 8ac49bf5241f
files photosync.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/photosync.py	Fri Jun 14 23:01:59 2019 +0200
+++ b/photosync.py	Fri Jun 14 23:04:10 2019 +0200
@@ -305,7 +305,6 @@
 
     def main(self):
         # TODO: --resync, to inspect the local filesystem for vanished files.
-        print(self.dir, self.creds)
         db = DB(os.path.join(self.dir, 'sync.db'))
         s = PhotosService(tokens=TokenSource(db=db, clientsecret=self.creds))
         d = Driver(db, s, root=self.dir)