From: Greg Sabino Mullane Date: Fri, 29 Apr 2011 13:20:47 +0000 (+0000) Subject: Remove pointless warning: ceratinly I can't imagine why we show a warning when using... X-Git-Tag: 1.31.0-rc.0~30518 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=00086d1ddde52e867c091d2e1364fc90af573608;p=lhc%2Fweb%2Fwiklou.git 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) --- 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] ) ) {