Skip to content

Commit

Permalink
aja
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 committed Feb 6, 2022
1 parent ce1ce04 commit a878eba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nodes-base/nodes/KoBoToolbox/KoBoToolbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export class KoBoToolbox implements INodeType {
const items = this.getInputData();
const resource = this.getNodeParameter('resource', 0) as string;
const operation = this.getNodeParameter('operation', 0) as string;
console.log('aaa')

for (let i = 0; i < items.length; i++) {
// tslint:disable-next-line:variable-name - to stay consistent with the Kobo API doc conventions
Expand Down

0 comments on commit a878eba

Please sign in to comment.