@@ -149,11 +149,7 @@ class MdRender{
public static function render2($markdown,$channelId='',$queryId=null,$mode='read',$channelType,$contentType="markdown"){
$wiki = MdRender::markdown2wiki($markdown,$channelType,$contentType);
- Log::info("wiki");
- Log::info($wiki);
$html = MdRender::wiki2xml($wiki);
- Log::info("html");
- Log::info($html);
if(!is_null($queryId)){
$html = MdRender::xmlQueryId($html, $queryId);
}