Repository Flickr MDL-23455 remove debug exception - thanks to Myles Carrick for report/patch

This commit is contained in:
Dan Marsden
2010-07-22 00:20:02 +00:00
parent 1459becf88
commit 9f2ff65679
-1
View File
@@ -389,7 +389,6 @@ class repository_flickr_public extends repository {
public function get_link($photo_id) {
global $CFG;
$result = $this->flickr->photos_getSizes($photo_id);
throw new file_exception('abc');
$url = '';
if(!empty($result[4])) {
$url = $result[4]['source'];