docker.rs icon indicating copy to clipboard operation
docker.rs copied to clipboard

Outputing debug message when not asked !

Open lowlevl opened this issue 7 years ago • 1 comments

https://github.com/fristonio/docker.rs/blob/ed5a5bb8dfee356032719ebfe092d325f8ad7d54/src/client.rs#L102

The problem is that you use a println! in your code, so when I ask for version it prints out "Wrote all data to socket"

lowlevl avatar Aug 22 '18 02:08 lowlevl

Yeah, I will try to remove those.

fristonio avatar Aug 23 '18 23:08 fristonio