Remove console.logs

This commit is contained in:
Jan Oberhauser
2021-01-13 10:49:55 +01:00
parent 63a459ac92
commit 29c9c6d933
5 changed files with 0 additions and 8 deletions

View File

@@ -355,7 +355,6 @@ export class ClickUp implements INodeType {
const returnData: INodePropertyOptions[] = [];
const { tags } = await clickupApiRequest.call(this, 'GET', `/space/${spaceId}/tag`);
for (const tag of tags) {
console.log(tag);
const tagName = tag.name;
const tagId = tag.name;
returnData.push({