Skip to content

Commit

Permalink
refactor: code clearing [WTEL-4589]
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Jun 17, 2024
1 parent 8eb85e7 commit 3cdcc57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/routing/modules/flow/api/flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const getFlowList = async (params) => {
undefined,
tags,
);
console.log('tags', tags);
const { items, next } = applyTransform(response.data, [
snakeToCamel(doNotConvertKeys),
merge(getDefaultGetListResponse()),
Expand Down

0 comments on commit 3cdcc57

Please sign in to comment.