Skip to content

Commit

Permalink
VP-7260 remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev committed Mar 5, 2021
1 parent 341ed08 commit 052c2d3
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -67,8 +67,6 @@ angular.module('virtoCommerce.inventoryModule')
$scope.fetchNext = ($select) => {
$select.page = $select.page || 0;

console.log("page: " + $select.page);

if (lastSearchPhrase !== $select.search && totalCount > $scope.choices.length) {
lastSearchPhrase = $select.search;
$select.page = 0;
Expand Down

0 comments on commit 052c2d3

Please sign in to comment.