From 62486516458e2d36b6bb8b2430bc5e0ee09c4e11 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 19 Nov 2008 01:15:37 +0000 Subject: [PATCH] "MDL-16911, remove debug code" --- repository/youtube/repository.class.php | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.39.5