Skip to content

Commit 5d584ec

Browse files
committed
Silence unknown config option error
1 parent b5d713d commit 5d584ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/class-terminus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ static function get_config( $key = null ) {
393393
}
394394

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

0 commit comments

Comments
 (0)