From d6502560d00df750ed35204c0004c8ff0625916e Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Mon, 24 Oct 2011 13:14:16 +0000 Subject: [PATCH] // Removing console.log git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9588 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/list_action_details.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin-dev/themes/template/list_action_details.tpl b/admin-dev/themes/template/list_action_details.tpl index 721c3614a..41ec34727 100644 --- a/admin-dev/themes/template/list_action_details.tpl +++ b/admin-dev/themes/template/list_action_details.tpl @@ -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) {