Skip to content

Commit

Permalink
"MDL-16911, remove debug code"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Nov 19, 2008
1 parent 979f8aa commit 6248651
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions repository/youtube/repository.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ public function get_listing($path='') {
$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;
}

Expand Down

0 comments on commit 6248651

Please sign in to comment.