Revert r30078 -- formats "txt" and "dbg" dump raw unfiltered text contents into HTML...
[lhc/web/wiklou.git] / includes / api / ApiMain.php
index e60cf25..ce69502 100644 (file)
@@ -89,9 +89,7 @@ class ApiMain extends ApiBase {
                'xmlfm' => 'ApiFormatXml',
                'yaml' => 'ApiFormatYaml',
                'yamlfm' => 'ApiFormatYaml',
-               'rawfm' => 'ApiFormatJson',
-               'txt' => 'ApiFormatTxt',
-               'dbg' => 'ApiFormatDbg'
+               'rawfm' => 'ApiFormatJson'
        );
 
        private $mPrinter, $mModules, $mModuleNames, $mFormats, $mFormatNames;