From 4513607d62924982900f4aa2c2857db045974b5a Mon Sep 17 00:00:00 2001 From: moshee Date: Mon, 8 Jul 2013 09:42:29 +0000 Subject: [PATCH] leftover debug stuff --- markdown.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/markdown.go b/markdown.go index 63b3f35..b0bf55e 100644 --- a/markdown.go +++ b/markdown.go @@ -416,8 +416,6 @@ type reference struct { // Returns the number of bytes to skip to move past it, // or zero if the first line is not a reference. func isReference(p *parser, data []byte, tabSize int) int { - if len(data) >= 5 { - } // up to 3 optional leading spaces if len(data) < 4 { return 0