Skip to content

Commit

Permalink
Remove unused intrumentation.
Browse files Browse the repository at this point in the history
It's getting in the way of leaf rotation.

See #444.
  • Loading branch information
flatheadmill committed Feb 5, 2015
1 parent 2eccd81 commit ef47220
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions strata.js
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,6 @@ prototype(Sheaf, 'splitLeafAndUnlock', cadence(function (async, address, key, gh
this.rewriteLeaf(split, '.replace', async())
}, function () {
this.writeBranch(penultimate.page, '.pending', async())
}, function () {
this.tracer('splitLeafCommit', {}, async())
}, function () {
this._rename(penultimate.page, 0, '.pending', '.commit', async())
}, function () {
Expand Down

0 comments on commit ef47220

Please sign in to comment.