Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Feb 6, 2025
1 parent 4d2e0e3 commit 7efb1a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schematic/manifest/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,6 @@ def set_dataframe_by_url(
Returns:
ps.Spreadsheet: A Google Sheet object.
"""
# print('set data frame by url is being called', flush=True)
# authorize pygsheets to read from the given URL
gc = ps.authorize(custom_credentials=self.creds)

Expand Down

0 comments on commit 7efb1a2

Please sign in to comment.