diff --git a/webapp/perl/lib/Isupipe/Assert.pm b/webapp/perl/lib/Isupipe/Assert.pm index 03b2d9d55..fd4d6dea3 100644 --- a/webapp/perl/lib/Isupipe/Assert.pm +++ b/webapp/perl/lib/Isupipe/Assert.pm @@ -12,8 +12,7 @@ use Carp qw(croak); # 本番環境ではassertしない # 下記のassert_field以外にも、Isupipe::Util#check_paramsでも利用 -#use constant ASSERT => ($ENV{PLACK_ENV}||'') ne 'production'; -use constant ASSERT => !!0; +use constant ASSERT => ($ENV{PLACK_ENV}||'') ne 'production'; # 開発環境では、型チェックをしてあげる sub assert_field($type, $value, $field_name) {