diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index dbe38c43..d6849213 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,3 +1,7 @@ +7.29.03 + +Remove debugging message from `gam move drivefile `. + 7.29.02 Fixed bug in `gam move drivefile ` where the following options diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 94718ae2..f4104ddb 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki """ __author__ = 'GAM Team ' -__version__ = '7.29.02' +__version__ = '7.29.03' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' #pylint: disable=wrong-import-position @@ -62692,7 +62692,6 @@ def _updateMoveFilePermissions(drive, user, i, count, def _recursiveUpdateMovePermissions(drive, user, i, count, fileId, fileTitle, statistics, copyMoveOptions, sourceSearchArgs): - print('***recursiveUpdateMovePermissions', fileTitle) _updateMoveFilePermissions(drive, user, i, count, Ent.DRIVE_FOLDER, fileId, fileTitle, statistics, STAT_FOLDER_PERMISSIONS_FAILED, copyMoveOptions)