Browse Source

Removed unused Log::warning

Tobias Reich 8 years ago
parent
commit
be5bb7ee6e
1 changed files with 0 additions and 6 deletions
  1. 0 6
      php/Modules/Log.php

+ 0 - 6
php/Modules/Log.php

@@ -10,12 +10,6 @@ final class Log {
 
 	}
 
-	public static function warning($connection, $function, $line, $text = '') {
-
-		return Log::text($connection, 'warning', $function, $line, $text);
-
-	}
-
 	public static function error($connection, $function, $line, $text = '') {
 
 		return Log::text($connection, 'error', $function, $line, $text);