leftover debug stuff

This commit is contained in:
moshee 2013-07-08 09:42:29 +00:00
parent 1a73bae554
commit 4513607d62

View File

@ -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