1
0
mirror of https://github.com/google/gops.git synced 2025-02-19 19:59:55 +02:00

remove Println

This commit is contained in:
Jaana Burcu Dogan 2016-11-13 20:07:25 -08:00
parent c3bb8a5007
commit 58675bffed

View File

@ -31,7 +31,6 @@ func Start() error {
if err != nil {
return err
}
fmt.Println(sock)
c := make(chan os.Signal, 1)
gosignal.Notify(c, os.Interrupt)