8000 Minor fixes · Gurry-12/firebase-admin-python@3676cca · GitHub
[go: up one dir, main page]

Skip to content

Commit 3676cca

Browse files
committed
Minor fixes
1 parent c1a81b1 commit 3676cca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

firebase_admin/project_config_mgt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Google Inc.
1+
# Copyright 2023 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -116,7 +116,6 @@ def get_project(self):
116116
raise _auth_utils.handle_auth_backend_error(error)
117117
else:
118118
body = _auth_utils.convert_project_auth_payload_to_user(body)
119-
print(body)
120119
return ProjectConfig(body)
121120

122121
def update_project(self, mfa=None):

0 commit comments

Comments
 (0)
0