Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Remove error in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed May 7, 2017
1 parent 3ac2ab2 commit bbae6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/controllers/error_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ module.exports = {
viewData = {
title: I18n.term('application_error'),
message: process.env.NODE_ENV !== 'production' ?
err : err
// I18n.term('sorry_but_something_isnt_working_right_at_the_moment')
err :
I18n.term('sorry_but_something_isnt_working_right_at_the_moment')
};
// Log dev error messages
if(process.env.NODE_ENV !== 'production') {
Expand Down

0 comments on commit bbae6de

Please sign in to comment.