Skip to content

Commit 520e177

Browse files
Removed unnecessary print
1 parent ab1fdf6 commit 520e177

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/analysis/analysis.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,6 @@ def _create_tdd_repo_categories_pie():
340340
for i in range(len(counters)):
341341
average_commit_count.append(round(total_commit_count[i] / counters[i], 1))
342342

343-
print(average_commit_count)
344-
345343
# Update labels to include percentage values for each slice
346344
labels = ['Non TDD', 'Rarely TDD', 'Occasionally TDD', 'Somewhat TDD', 'Mostly TDD', 'Consistently TDD']
347345
for i in range(len(labels)):

0 commit comments

Comments
 (0)