Skip to content

Commit 57222b1

Browse files
committed
Remove debugging message from gam <UserTypeEntity> move drivefile <DriveFileEntity>.
1 parent b54fef1 commit 57222b1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/GamUpdate.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
7.29.03
2+
3+
Remove debugging message from `gam <UserTypeEntity> move drivefile <DriveFileEntity>`.
4+
15
7.29.02
26

37
Fixed bug in `gam <UserTypeEntity> move drivefile <DriveFileEntity>` where the following options

src/gam/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"""
2626

2727
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
28-
__version__ = '7.29.02'
28+
__version__ = '7.29.03'
2929
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
3030

3131
#pylint: disable=wrong-import-position
@@ -62692,7 +62692,6 @@ def mapPermissionsDomains(kvList, permission):
6269262692
def _recursiveUpdateMovePermissions(drive, user, i, count,
6269362693
fileId, fileTitle,
6269462694
statistics, copyMoveOptions, sourceSearchArgs):
62695-
print('***recursiveUpdateMovePermissions', fileTitle)
6269662695
_updateMoveFilePermissions(drive, user, i, count,
6269762696
Ent.DRIVE_FOLDER, fileId, fileTitle,
6269862697
statistics, STAT_FOLDER_PERMISSIONS_FAILED, copyMoveOptions)

0 commit comments

Comments
 (0)