Skip to content

Commit

Permalink
Removes duplicate transaction range diagnostics, probably due to bad …
Browse files Browse the repository at this point in the history
…rebase
  • Loading branch information
tinwelint committed Jan 26, 2016
1 parent f4d8816 commit 77ae46d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ public void flushAndForce()
public void registerDiagnostics( DiagnosticsManager diagnosticsManager )
{
neoStores.registerDiagnostics( diagnosticsManager );
diagnosticsManager.register( new TransactionRangeDiagnostics( null ), neoStores );
}

@Override
Expand Down

This file was deleted.

0 comments on commit 77ae46d

Please sign in to comment.