From 8b3b81ef47d8eaa1f95e152943fd10b03b782034 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Tue, 4 Feb 2014 15:30:05 -0700 Subject: Fix quick tests. --- cursor.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cursor.go') diff --git a/cursor.go b/cursor.go index d56119b..3df325a 100644 --- a/cursor.go +++ b/cursor.go @@ -41,7 +41,6 @@ func (c *Cursor) Get(key []byte) []byte { } // If our target node isn't the same key as what's passed in then return nil. - // c.page().hexdump(512) if !bytes.Equal(key, c.node().key()) { return nil } -- cgit v1.2.3