8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a81b1 commit 3676ccaCopy full SHA for 3676cca
firebase_admin/project_config_mgt.py
@@ -1,4 +1,4 @@
1
-# Copyright 2020 Google Inc.
+# Copyright 2023 Google Inc.
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -116,7 +116,6 @@ def get_project(self):
116
raise _auth_utils.handle_auth_backend_error(error)
117
else:
118
body = _auth_utils.convert_project_auth_payload_to_user(body)
119
- print(body)
120
return ProjectConfig(body)
121
122
def update_project(self, mfa=None):
0 commit comments