We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fd5bc commit 9138e39Copy full SHA for 9138e39
apps/remixdesktop/src/plugins/hardhatPlugin.ts
@@ -115,7 +115,6 @@ class HardhatPluginClient extends ElectronBasePluginRemixdClient {
115
target: null
116
}
117
for (const file of files) {
118
- console.log('Foundry emitContract checking file', file)
119
if (file.endsWith('.dbg.json')) { // "artifacts/contracts/Greeter.sol/Greeter.dbg.json"
120
const stdFile = file.replace('.dbg.json', '.json')
121
const contentStd = await fs.promises.readFile(join(contractFilePath, stdFile), { encoding: 'utf-8' })
0 commit comments