osmo-gapk: drop useless printf calls

The printf() writes the text into stdout, which may be undesirable
in some use cases. Moreover, the printed information was redundant.
So, let's drop such calls.
1 file changed