Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Nov 19, 2024
1 parent 8929597 commit 75c3674
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/dependencymanager/dependencyinstaller.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ func (di *DependencyInstaller) handleFoundContract(networkName, contractAddr, as

// Needs to happen before handleFileSystem
if !di.contractFileExists(contractAddr, contractName) {
fmt.Println("Contract file does not exist")
err := di.handleAdditionalDependencyTasks(networkName, contractName)
if err != nil {
di.Logger.Error(fmt.Sprintf("Error handling additional dependency tasks: %v", err))
Expand Down

0 comments on commit 75c3674

Please sign in to comment.