]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-16911, remove debug code"
authordongsheng <dongsheng>
Wed, 19 Nov 2008 01:15:37 +0000 (01:15 +0000)
committerdongsheng <dongsheng>
Wed, 19 Nov 2008 01:15:37 +0000 (01:15 +0000)
repository/youtube/repository.class.php

index 3861634fb42f40701cea44e5b30021a23039daa1..5e6b174386f77e5643e2def04c7c29cf7307b9ed 100644 (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;
     }