alaurenz / metrobike

0 stars 1 forks source link

Replace Android Log statements with System.out.println #81

Closed dutchscout closed 11 years ago

dutchscout commented 11 years ago

Goal: Make backend completely Java code.

coreyh3 commented 11 years ago

I replaced it with .err? That was what you mentioned to me in lecture yesterday. Should it have been .out?

dutchscout commented 11 years ago

I believe .out ~= Log.v and .err ~= Log.e

.err should be correct (sorry about the confusion)

dutchscout commented 11 years ago

Thanks @coreyh3 for your help with this! I think we can close this issue, at least for now...