// Removing console.log

This commit is contained in:
mDeflotte
2011-10-24 13:14:16 +00:00
parent 32853c481e
commit 00bf241da0
@@ -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)
{