Skip to content

Commit

Permalink
remove a print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rugeli committed Aug 28, 2023
1 parent 70e1b12 commit 09fcbef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cellpack/autopack/FirebaseHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def doc_to_dict(doc):
@staticmethod
def write_creds_path():
path = ast.literal_eval(input("provide path to firebase credentials: "))
print(path)
data = read_json_file(path)
if data is None:
raise ValueError("The path to your credentials doesn't exist")
Expand Down

0 comments on commit 09fcbef

Please sign in to comment.