Commit fd1bffc0 authored by Kenton Varda's avatar Kenton Varda

Remove stray KJ_DBG.

parent a5bb798d
......@@ -662,7 +662,6 @@ private:
uint32_t segmentId = prefix[4] | (prefix[5] << 8)
| (prefix[6] << 16) | (prefix[7] << 24);
if (segmentId == 0 || segmentId >= segmentCount) {
KJ_DBG(segmentId, segmentCount);
return IMPOSSIBLE;
} else {
return PLAUSIBLE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment