Merge pull request #93 from fangyincheng/master

Mod:delete fmt.Println
diff --git a/hessian.go b/hessian.go
index 338e26e..1811c55 100644
--- a/hessian.go
+++ b/hessian.go
@@ -17,7 +17,6 @@
 import (
 	"bufio"
 	"encoding/binary"
-	"fmt"
 	"reflect"
 	"time"
 )
@@ -201,7 +200,6 @@
 			if !ok {
 				rsp = &Response{RspObj: rspObj}
 			}
-			fmt.Println(reflect.TypeOf(rsp.RspObj))
 			if err = unpackResponseBody(buf, rsp); err != nil {
 				return perrors.WithStack(err)
 			}