Skip to content

Commit 5e971ba

Browse files
committed
removing old client ids
1 parent f54e7ab commit 5e971ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ccp/gcp/gcp_service.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99

1010
class GCPService:
1111
def __init__(self, project, json_cred_path, logger=None):
12-
# self.client_id = client_id #'821156343289-pjhb8buulo6hpnvkfqgv11vfvhol3bac.apps.googleusercontent.com'
13-
# self.client_secret = client_secret #'01h7ee77Qi7SHxXmGOZ37jot'
14-
self.project = project #cloudshell-gcp
12+
self.project = project
1513
self.logger = logger
1614
self.client = None
1715
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = json_cred_path

0 commit comments

Comments
 (0)