MDL-31901: removed accidentally commited testing code

This commit is contained in:
Marina Glancy
2012-05-21 11:57:52 +08:00
parent e88d564186
commit acd78d9d82
-1
View File
@@ -221,7 +221,6 @@ class repository_local_file {
$node['license'] = $this->fileinfo->get_license();
$node['source'] = $encodedpath;
$node['thumbnail'] = $OUTPUT->pix_url(file_extension_icon($node['title'], 32))->out(false);
$node['realthumbnail'] = $this->fileinfo->get_url();
}
return $node;
}