clean up log

This commit is contained in:
afischerdev 2023-04-17 10:00:40 +02:00
parent 575c24c93d
commit 9a61ddac93

View file

@ -29,7 +29,6 @@ public class BRouterService extends Service {
@Override @Override
public IBinder onBind(Intent arg0) { public IBinder onBind(Intent arg0) {
Log.d(getClass().getSimpleName(), "onBind()");
return myBRouterServiceStub; return myBRouterServiceStub;
} }
@ -277,13 +276,11 @@ public class BRouterService extends Service {
@Override @Override
public void onCreate() { public void onCreate() {
super.onCreate(); super.onCreate();
Log.d(getClass().getSimpleName(), "onCreate()");
} }
@Override @Override
public void onDestroy() { public void onDestroy() {
super.onDestroy(); super.onDestroy();
Log.d(getClass().getSimpleName(), "onDestroy()");
} }
// This is the old onStart method that will be called on the pre-2.0 // This is the old onStart method that will be called on the pre-2.0