Skip to content

Commit

Permalink
removed unused log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
wiskiv1 authored and Tiddons committed Dec 4, 2024
1 parent b0a24a7 commit 2b3b760
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions module/CudiBundle/Resources/assets/sale/js/saleInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,6 @@
}

function _addArticle($this, id) {
console.log("_addArticle");

var settings = $this.data('saleInterfaceSettings');
$this.find('#article-' + id + ':not(.inactive)').each(function () {
if ($(this).data('info').currentNumber < $(this).data('info').number) {
Expand Down Expand Up @@ -533,8 +531,6 @@
}

function _gotBarcode($this, barcode) {
console.log("_gotBarcode");

var settings = $this.data('saleInterfaceSettings');

var found = false;
Expand Down

0 comments on commit 2b3b760

Please sign in to comment.