System.println on the real device?

Is debug / informative lines like System.println in app code performed on the real devices?

Is it slow done or take resources on the real device?

Should these lines will be commented or some technics like Logger (which recognises :debug :release states) should be used for optimal performance on the real devices?