Skip to content

Commit

Permalink
fix: remove ugly print
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe2803 committed Nov 18, 2021
1 parent 342d49d commit 105ec78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sheetfu/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def get_sheets(self):
"""
request = self.client.sheet_service.spreadsheets().get(spreadsheetId=self.id, includeGridData=False)
response = request.execute()
print(response)
sheets = [
self.get_sheet(name=sheet['properties']['title'],
sid=sheet['properties']['sheetId'],
Expand Down

0 comments on commit 105ec78

Please sign in to comment.