// Removing console.log

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9588 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-10-24 13:14:16 +00:00
parent d5a56e3b27
commit d6502560d0
@@ -62,7 +62,6 @@ $(document).ready(function() {
});
$.each(data.fields_display, function(it, line)
{
console.log(it);
if (typeof(row[it]) == 'undefined')
{
if (first || count == 0)
@@ -72,8 +71,6 @@ $(document).ready(function() {
}
else
{
console.log(first);
console.log(count);
count--;
if (first)
{