Remove debugging.

pull/1333/head
Ben Johnson 2015-01-19 11:28:31 -07:00
parent 6462608574
commit 10075ea8c5
1 changed files with 0 additions and 5 deletions

View File

@ -153,11 +153,6 @@ func TestScanner_Scan(t *testing.T) {
}
for i, tt := range tests {
// TEMP
if tt.s != `Zx12_3U_-` {
continue
}
s := influxql.NewScanner(strings.NewReader(tt.s))
tok, pos, lit := s.Scan()
if tt.tok != tok {