Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Remove redundant logging from sol-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Feb 26, 2019
1 parent 3f0db92 commit 0d0fcfe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/sol-compiler/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "3.1.2",
"changes": [
{
"note": "Remove redundant log message",
"pr": 1652
}
]
},
{
"version": "3.1.1",
"changes": [
Expand Down
1 change: 0 additions & 1 deletion packages/sol-compiler/src/utils/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export async function getContractArtifactIfExistsAsync(
contractArtifact = JSON.parse(contractArtifactString);
return contractArtifact;
} catch (err) {
logUtils.warn(`Artifact for ${contractName} does not exist`);
return undefined;
}
}
Expand Down

0 comments on commit 0d0fcfe

Please sign in to comment.