Commit f9729f8d authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Suppression d'un console.debug qui trainait.

Showing with 0 additions and 1 deletion
+0 -1
......@@ -37,7 +37,6 @@
return formatSize(rate) + '/s';
},
updateButtonVisibility = function() {
console.debug($entries.children());
if($entries.children().length > 0 && !options.multiple) {
$button.hide();
} else {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment