aboutsummaryrefslogtreecommitdiffstats
path: root/reader/reader_test.go
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-11-12 12:36:39 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-11-12 12:44:58 +0000
commit00351bfbe0b4ff5af723834ba37f2f41214f566e (patch)
tree11eee1e152fb2e08c9e4a98f0b2a2b7a3a08daf1 /reader/reader_test.go
parent24988799639ac6f404b0eacde450b292219d1bc1 (diff)
some error refactoring and tidying
Diffstat (limited to '')
-rw-r--r--reader/reader_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/reader/reader_test.go b/reader/reader_test.go
index f3a384e..deb9568 100644
--- a/reader/reader_test.go
+++ b/reader/reader_test.go
@@ -1,7 +1,6 @@
package reader
import (
- "log"
"testing"
)
@@ -60,7 +59,6 @@ func TestAlphaStream(t *testing.T) {
t.Errorf(`Number of columns in alphastream exceeds Excel maximum.
alphastream contains %d, maxCols is %d`, len(colstream), maxCols)
}
- log.Printf("Length of alphastream: %d", len(colstream))
}
func TestAlphaSingle(t *testing.T) {