From 3fbf57ca2bfd120c42542320ecf6531be44ccecd Mon Sep 17 00:00:00 2001 From: rick olson Date: Fri, 27 Oct 2017 09:51:45 -0600 Subject: [PATCH] git: remove low value debug message --- git/filter_process_scanner.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/git/filter_process_scanner.go b/git/filter_process_scanner.go index f56059a3..8af20c7c 100644 --- a/git/filter_process_scanner.go +++ b/git/filter_process_scanner.go @@ -172,8 +172,6 @@ func (o *FilterProcessScanner) Err() error { return o.err } // will read the body of the request. Since the body is _not_ offset, one // request should be read in its entirety before consuming the next request. func (o *FilterProcessScanner) readRequest() (*Request, error) { - tracerx.Printf("Read filter-process request.") - requestList, err := o.pl.readPacketList() if err != nil { return nil, err