remove some logging statements

pull/302/head
John Shahid 2014-03-11 11:42:44 -04:00
parent 359584df3d
commit c33f94c14b
1 changed files with 0 additions and 3 deletions

View File

@ -594,12 +594,9 @@ func parseSelectDeleteCommonQuery(queryString string, fromClause *C.from_clause,
} }
if startTime != nil { if startTime != nil {
fmt.Printf("here\n")
goQuery.startTime = *startTime goQuery.startTime = *startTime
} }
fmt.Printf("starttime: %v\n", goQuery.startTime)
return goQuery, nil return goQuery, nil
} }