Skip to content

Commit

Permalink
chore: removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Jan 30, 2025
1 parent 85894e2 commit ae616c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/codeGenerators/orchestration/files/toOrchestration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,6 @@ export default function fileGenerator(node: any) {
const setupfile = files.filter(obj =>
obj.filepath.includes(`zkp-setup`),
)[0];
console.log(files);
const migrationsfile = files.filter(obj =>
obj.filepath.includes(`deploy`),
)[0];
Expand Down

0 comments on commit ae616c9

Please sign in to comment.