Browse Source

fix: Removed console.log from index reports

Owen Diffey 3 years ago
parent
commit
c23a363ad9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      backend/logic/actions/reports.js

+ 0 - 2
backend/logic/actions/reports.js

@@ -78,8 +78,6 @@ export default {
 					async.each(
 						_reports,
 						(report, cb) => {
-							console.log(typeof report.createdBy);
-
 							userModel
 								.findById(report.createdBy)
 								.select({ avatar: -1, name: -1, username: -1 })