Skip to content

Commit

Permalink
reduce logging
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Feb 2, 2023
1 parent 82aa6b6 commit 04d1918
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/green/create.ts
Expand Up @@ -34,7 +34,9 @@ export const verifyGreen = async (
masa.config.network
);

console.log({ greenVerifyResult });
if (masa.config.verbose) {
console.log({ greenVerifyResult });
}

if (
greenVerifyResult &&
Expand Down

0 comments on commit 04d1918

Please sign in to comment.