Explorar el Código

fix: Removed console.log from index reports

Owen Diffey hace 3 años
padre
commit
c23a363ad9
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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 })