From: dongsheng Date: Wed, 19 Nov 2008 01:15:37 +0000 (+0000) Subject: "MDL-16911, remove debug code" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=62486516458e2d36b6bb8b2430bc5e0ee09c4e11;p=moodle.git "MDL-16911, remove debug code" --- diff --git a/repository/youtube/repository.class.php b/repository/youtube/repository.class.php index 3861634fb4..5e6b174386 100644 --- a/repository/youtube/repository.class.php +++ b/repository/youtube/repository.class.php @@ -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; }