Dropping which go-acc from build script

Issue-ID: NONRTRIC-879
Change-Id: Ib7c3a745cbc6eb72e3f81fb0666fd43de5c3cd74
Signed-off-by: ambrishest <ambrish.singh@est.tech>
diff --git a/pm-file-converter/build-pm-file-converter-ubuntu.sh b/pm-file-converter/build-pm-file-converter-ubuntu.sh
index 3035ba0..41ac131 100644
--- a/pm-file-converter/build-pm-file-converter-ubuntu.sh
+++ b/pm-file-converter/build-pm-file-converter-ubuntu.sh
@@ -23,8 +23,6 @@
 # go installs tools like go-acc to $HOME/go/bin
 # ubuntu minion path lacks go
 export PATH=$PATH:/usr/local/go/bin:$(go env GOPATH)/bin:$(go env GOPATH)
-which go
-which go-acc
 export GO111MODULE=on
 go version
 cd pm-file-converter/