API: Clean up and internationalize pretty-printed output
[lhc/web/wiklou.git] / includes / api / ApiMain.php
index 1dc3dc4..a759c11 100644 (file)
@@ -396,10 +396,6 @@ class ApiMain extends ApiBase {
                // avoid sending public cache headers for errors.
                $this->sendCacheHeaders();
 
-               if ( $this->mPrinter->getIsHtml() && !$this->mPrinter->isDisabled() ) {
-                       echo wfReportTime();
-               }
-
                ob_end_flush();
        }