Skip to content

Commit 9138e39

Browse files
author
ci-bot
committed
rm log
1 parent 58fd5bc commit 9138e39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/remixdesktop/src/plugins/hardhatPlugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ class HardhatPluginClient extends ElectronBasePluginRemixdClient {
115115
target: null
116116
}
117117
for (const file of files) {
118-
console.log('Foundry emitContract checking file', file)
119118
if (file.endsWith('.dbg.json')) { // "artifacts/contracts/Greeter.sol/Greeter.dbg.json"
120119
const stdFile = file.replace('.dbg.json', '.json')
121120
const contentStd = await fs.promises.readFile(join(contractFilePath, stdFile), { encoding: 'utf-8' })

0 commit comments

Comments
 (0)