Skip to content

Commit

Permalink
Silence unknown config option error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevanwinkle committed Mar 6, 2015
1 parent b5d713d commit 5d584ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/class-terminus.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static function get_config( $key = null ) {
}

if ( !isset( self::get_runner()->config[ $key ] ) ) {
self::warning( "Unknown config option '$key'." );
//self::warning( "Unknown config option '$key'." );
return null;
}

Expand Down

0 comments on commit 5d584ec

Please sign in to comment.