Skip to content

Commit

Permalink
Removed debug messaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-turchyn committed Mar 13, 2014
1 parent 887295f commit 0d85568
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/models/era.php
Expand Up @@ -34,12 +34,10 @@ static function getEras( ) {

static function getValue( $era ) {
$result = NULL;
echo $era;

foreach ( self::getEras( ) as $value ) {
if( $value['key'] == $era ) {
$result = $value['value'];
echo "Got it - ";
break;
}
}
Expand Down

0 comments on commit 0d85568

Please sign in to comment.