From 00086d1ddde52e867c091d2e1364fc90af573608 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 29 Apr 2011 13:20:47 +0000 Subject: [PATCH] Remove pointless warning: ceratinly I can't imagine why we show a warning when using a filter versus not using one (below the case, where we set $sink but don't issue a warning) --- maintenance/backup.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/maintenance/backup.inc b/maintenance/backup.inc index 9ed463c9fc..27cf11eca1 100644 --- a/maintenance/backup.inc +++ b/maintenance/backup.inc @@ -126,7 +126,6 @@ class BackupDumper { break; case "filter": if ( is_null( $sink ) ) { - $this->progress( "Warning: assuming stdout for filter output\n" ); $sink = new DumpOutput(); } if ( !isset( $this->filterTypes[$val] ) ) { -- 2.20.1