Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Oct 14, 2017
1 parent 7d51c7f commit 731435c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/recoverable.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ module.exports = function (blocks, blockSize, offsetCodec) {

var end = offset //the very end of the file!
var again = Looper(function () {
console.log(end)
offsetCodec.decodeAsync(blocks, end-fsw, function (err, _end) {
if(_end != end) {
if((--end) >= 0) again()
Expand Down Expand Up @@ -87,3 +86,4 @@ module.exports = function (blocks, blockSize, offsetCodec) {
}
}


0 comments on commit 731435c

Please sign in to comment.