commit | 31bc151e07babacc64ee4d0b1e77e6893bae9dd4 | [log] [tgz] |
---|---|---|
author | Nathaniel Manista <nathaniel@google.com> | Sat Mar 28 12:48:41 2015 -0700 |
committer | Nathaniel Manista <nathaniel@google.com> | Sat Mar 28 12:48:41 2015 -0700 |
tree | 19e0bd6eb624e0108a4c32ca7951c056ff97e829 | |
parent | b184ed6b659023adb6632ab20e274a683698ae43 [diff] | |
parent | 8fd14ef9e496437007dbe1d3b8102166b88fc669 [diff] |
Merge pull request #73 from mmascolino/master Removed erroneous line of code
diff --git a/samples/audit/audit.py b/samples/audit/audit.py index 1595ddb..97f2773 100644 --- a/samples/audit/audit.py +++ b/samples/audit/audit.py
@@ -50,8 +50,6 @@ argv, 'audit', 'v1', __doc__, __file__, scope='https://www.googleapis.com/auth/apps/reporting/audit.readonly') - service = build('audit', 'v1', http=http) - try: activities = service.activities()