From 7989014be8c4a0d8086c14eafc9bfcb6b957f53c Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Fri, 16 Nov 2018 01:21:45 -0600 Subject: [PATCH] removed print in recursive call --- gapi/drive_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gapi/drive_api.py b/gapi/drive_api.py index 580e487..c4553a3 100644 --- a/gapi/drive_api.py +++ b/gapi/drive_api.py @@ -27,7 +27,6 @@ class drive_api(API): self.filesystem['/'][0] = root_meta def __inner_path_func__(self,path,parent): - print(path) if len(path) > 1: n = path.pop() try: