Use a boolean variable. If it is initially true, execute the code to do the print and then set its value false for the next time around the loop.

boolean oneTime = true;
...
// inside loop...