Android: Remove dead code

This commit is contained in:
Rom Walton 2013-02-24 17:16:48 -05:00 committed by Oliver Bock
parent 4fe7b377cb
commit 9e589bc463
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ public class LoginActivity extends Activity {
//bind monitor service
doBindService();
((EditText) findViewById(R.id.urlIn)).setText(R.string.project_url); //TODO remove from final build
}
@Override