Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
guimroque committed Jan 8, 2025
1 parent 5f4a813 commit f2a0487
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/worker/src/mocks/predicates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const prod = [

export const predicates_list = (env: "PROD" | "STG") => {
const list = env === "PROD" ? prod : stg;
console.log(list);
return list.map((i) => {
return { predicate_address: i };
});
Expand Down

0 comments on commit f2a0487

Please sign in to comment.