Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Feb 11, 2024
1 parent f105e41 commit 00ee386
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/dev/populate/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ async function main() {
metadata.logoImg = logoCid;
metadata.bannerImg = bannerCid;
metadataCid = await uploadJSONToPinata(metadata);
console.log("Created project", metadata.title);
}

console.log(`Creating project ${i}...`);
Expand Down

0 comments on commit 00ee386

Please sign in to comment.