Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the line
Browse files Browse the repository at this point in the history
noname0443 committed Jan 9, 2025
1 parent a73c12a commit 8ab16fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/app/app.go
Original file line number Diff line number Diff line change
@@ -2144,7 +2144,6 @@ func (app *App) getNodeState(host string) *NodeState {
func (app *App) getLocalNodeState() *NodeState {
node := app.cluster.Local()
nodeState := app.getNodeState(node.Host())
nodeState.ShowOnlyGTIDDiff = app.config.ShowOnlyGTIDDiff

diskUsed, diskTotal, err := node.GetDiskUsage()
if err == nil {

0 comments on commit 8ab16fa

Please sign in to comment.