This commit is contained in:
albert
2013-01-22 15:04:41 -05:00
parent f9538dcdea
commit c163139390

View File

@@ -161,7 +161,6 @@
$dest.html("No artists found");
return;
} else if (data.length > 2) {
console.log(data);
$dest.html("Too many matching artists found");
return;
}