From ff07cf5516ccf55a432d639ecb0b4f2fce78ed4a Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 20 Jul 2021 18:52:52 +0200 Subject: [PATCH] cleanup --- InvenTree/InvenTree/static/script/inventree/inventree.js | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/InvenTree/static/script/inventree/inventree.js b/InvenTree/InvenTree/static/script/inventree/inventree.js index a9b516a4b0..bdcbb82ebd 100644 --- a/InvenTree/InvenTree/static/script/inventree/inventree.js +++ b/InvenTree/InvenTree/static/script/inventree/inventree.js @@ -104,7 +104,6 @@ function inventreeDocReady() { }, create: function () { $(this).data('ui-autocomplete')._renderItem = function (ul, item) { - console.log(item); return $('
  • ') .append('' + imageHoverIcon(item.thumbnail) + item.label + '') .appendTo(ul);