Remove debug commit

pull/2315/head
Philip O'Toole 2015-04-16 11:50:47 -07:00
parent 6415d3371f
commit d21a9493c6
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ func InitializeUnmarshaller(c *Call) (UnmarshalFunc, error) {
// if c is nil it's a raw data query
if c == nil {
return func(b []byte) (interface{}, error) {
warn("MARSHAL OUTPUT: ", string(b))
a := make([]*rawQueryMapOutput, 0)
err := json.Unmarshal(b, &a)
return a, err