Skip to content

Commit 3717704

Browse files
authored
Remove print statement with unnecessary output
1 parent 19ff324 commit 3717704

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git_metrics.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ def collect_data(self):
106106
issue_response = self.make_gl_request("issue", self.fellows[fellow]['gitlab_username'], gitlab_id)
107107
if issue_response:
108108
self.find_gl_issues(issue_response, fellow)
109-
110-
print(f"Add data to sheet - {self.project_data}")
109+
111110
self.activities_data_sh.append_rows(self.project_data)
112111
self.project_data.clear()
113112

0 commit comments

Comments
 (0)