Remove redundant logging from sol-compiler
This commit is contained in:
parent
3f0db92be6
commit
0d0fcfe49a
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "3.1.2",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Remove redundant log message",
|
||||
"pr": 1652
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.1.1",
|
||||
"changes": [
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user