devsoc-unsw / chaos

The eventual repository for the CHAOS Hiring and Offers System - used to manage sending and receiving of applications, interviews and results.
https://chaos.csesoc.app
Other
24 stars 5 forks source link

Removed organisation debug trait and print call #454

Closed dhj03 closed 8 months ago

dhj03 commented 8 months ago

Removed the Debug trait from the Organisation struct and an associated println!() call. It was initially written to debug a database issue pertaining to resetting the tables, but was forgotten and stuck around even after the PR for this branch was merged into main.

TLDR: Minor debugging code removed