Skip to content

Commit

Permalink
fix: Remove prints for line (")O_o(")
Browse files Browse the repository at this point in the history
  • Loading branch information
yammesicka committed Mar 23, 2024
1 parent e5666b5 commit de0fea3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lms/lmsdb/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,7 @@ def get_matrix(self, database: Database = database) -> dict:
.join(User, JOIN.LEFT_OUTER, on=(Solution.checker == User.id))
)

print("--------------------------------------!!!!")
print(solutions)
print("--------------------------------------!!!!")
query_results = solutions.execute(database)
print("--------------------------------------!!!!")
print(solutions)
print("--------------------------------------!!!!")

return {
(row['exercise_id'], row['solver_id']): row
Expand Down

0 comments on commit de0fea3

Please sign in to comment.