mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
removing console log lines
This commit is contained in:
parent
dbd945391d
commit
a118bf38fc
2 changed files with 0 additions and 6 deletions
|
|
@ -101,8 +101,6 @@ Template.listItemsForm.events({
|
|||
Session.set("listItemVal", findItemVal);
|
||||
let listItemInfo = Products.find({ prodName: {$regex: findItemVal + '.*', $options: 'i'}}, { limit: 5 }).fetch();
|
||||
if (typeof listItemInfo != 'undefined' && listItemInfo != "" && listItemInfo != null) {
|
||||
// console.log(" listItemInfo: ");
|
||||
// console.dir(listItemInfo);
|
||||
for (i=0; i < listItemInfo.length; i++) {
|
||||
let item = listItemInfo[i].prodName;
|
||||
let store = listItemInfo[i].prodStore;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue