Skip to content

Commit a87739a

Browse files
committed
debug: remove a debug stmt
1 parent 3a1120a commit a87739a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/backend/src/api/APIError.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,10 +528,6 @@ module.exports = class APIError {
528528
* @returns
529529
*/
530530
static create (status, source, fields = {}) {
531-
if ( config.env === 'dev' ) {
532-
console.trace('APIError.create', status, source, fields);
533-
}
534-
535531
// Just the error code
536532
if ( typeof status === 'string' ) {
537533
const code = this.codes[status];

0 commit comments

Comments
 (0)