From 4cba30ab1b40a6aaa97f2f363e8de211c3f98010 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 8 Mar 2011 00:20:26 +0000 Subject: [PATCH] Comment the var_dump() and add a comment. Follow up r83208. --- includes/objectcache/EhcacheBagOStuff.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/includes/objectcache/EhcacheBagOStuff.php b/includes/objectcache/EhcacheBagOStuff.php index 2ac013a0e1..75aad27acb 100644 --- a/includes/objectcache/EhcacheBagOStuff.php +++ b/includes/objectcache/EhcacheBagOStuff.php @@ -1,5 +1,9 @@ curlOptions ) ) { - var_dump( array_diff_key( $curlOptions, $this->curlOptions ) ); + // var_dump( array_diff_key( $curlOptions, $this->curlOptions ) ); throw new MWException( __METHOD__.": to prevent options set in one doRequest() " . "call from affecting subsequent doRequest() calls, only options listed " . "in \$this->curlOptions may be specified in the \$curlOptions parameter." ); -- 2.20.1