diff options
Diffstat (limited to 'granolin.lisp')
-rw-r--r-- | granolin.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/granolin.lisp b/granolin.lisp index 96af47c..76e7441 100644 --- a/granolin.lisp +++ b/granolin.lisp @@ -326,7 +326,6 @@ *response-status* +sync-path+)))) (defun handle-sync-response (client) - (print *response-object*) (setf (next-batch client) (next-batch *response-object*)) (process-joined-events client) |