"MDL-13766, removed debug code"

This commit is contained in:
Dongsheng Cai 2010-05-03 16:01:45 +00:00
parent a47ee516e9
commit 934291d6e6

View File

@ -219,7 +219,6 @@ M.core_filepicker.init = function(Y, options) {
var list = obj.list;
scope.viewbar.set('disabled', false);
scope.parse_repository_options(obj);
console.info(node);
for(k in list) {
scope.build_tree(list[k], node);
}
@ -533,6 +532,7 @@ M.core_filepicker.init = function(Y, options) {
layout.render();
});
});
this.mainui.setHeader('File Picker');
this.mainui.setBody('<div id="layout-'+client_id+'"></div>');
this.mainui.render();