Skip to content

Commit

Permalink
remove debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenIdo committed Mar 9, 2022
1 parent ff2de82 commit ffcda3a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,10 @@ export const getPackagePolicies = async (
};

const query = addSortToQuery(baseQuery, queryParams);
console.log({ query });

const { items: packagePolicies } = (await packagePolicyService?.list(soClient, query)) ?? {
items: [] as PackagePolicy[],
};

console.log({ packagePolicies });

return packagePolicies;
};

Expand Down

0 comments on commit ffcda3a

Please sign in to comment.