"MDL-16911, remove debug code"

This commit is contained in:
dongsheng
2008-11-19 01:15:37 +00:00
parent 979f8aa6cf
commit 6248651645
-2
View File
@@ -66,9 +66,7 @@ class repository_youtube extends repository {
$ret = array();
$ret['nologin'] = true;
$ret['path'] = array(array('name'=>'Root', 'path'=>0));
echo_fb($this->keyword);
$ret['list'] = $this->_get_collection($this->keyword, $this->start, $this->max, $this->sort);
$file = 'ts.txt';
return $ret;
}