Skip to content

Commit

Permalink
Removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
kiltsonfire authored and wizeguyy committed Jan 25, 2023
1 parent 0554042 commit 5e73617
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 2,280 deletions.
4 changes: 0 additions & 4 deletions cmd/go-quai/chaincmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,6 @@ func importChain(ctx *cli.Context) error {
chain.Stop()
fmt.Printf("Import done in %v.\n\n", time.Since(start))

// Output pre-compaction stats mostly to see the import trashing
showLeveldbStats(db)

// Print the memory statistics used by the importing
mem := new(runtime.MemStats)
runtime.ReadMemStats(mem)
Expand All @@ -299,7 +296,6 @@ func importChain(ctx *cli.Context) error {
}
fmt.Printf("Compaction done in %v.\n\n", time.Since(start))

showLeveldbStats(db)
return importErr
}

Expand Down
227 changes: 0 additions & 227 deletions cmd/go-quai/consolecmd.go

This file was deleted.

Loading

0 comments on commit 5e73617

Please sign in to comment.