Cleaned up.

This commit is contained in:
James Cole
2015-03-29 08:18:15 +02:00
parent afb47eb742
commit bfe8b14e49
3 changed files with 27 additions and 26 deletions

View File

@@ -45,7 +45,6 @@ class PiggyBank extends Model
return $rep;
} else {
Log::error('Tried to work with a piggy bank with a repeats=1 value! (id is '.$this->id.')');
//App::abort(500);
}