Remove leftover debugging log in getItems
This commit is contained in:
committed by
dann-merlin
parent
baa4f0a29d
commit
e693724055
@@ -15,7 +15,6 @@ function getItemsSplit(apiClient: ApiClient, userId: string, options: any) {
|
||||
nextI = options.Limit;
|
||||
}
|
||||
const idsSlice = ids.slice(i, nextI);
|
||||
console.log(idsSlice);
|
||||
optionsTemplate.Ids = idsSlice.join(',');
|
||||
results.push(apiClient.getItems(userId, optionsTemplate));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user