Removing the debuging line with the sleep timer (forgot that).

This commit is contained in:
Tristan Roux
2019-04-06 19:42:06 +02:00
parent a8857877c3
commit 609a61f4ab

View File

@@ -440,8 +440,6 @@ namespace Opus
void Sleep(int time)
{
time = 1; //This is for test
Intent intent = new Intent(MainActivity.instance, typeof(Sleeper));
intent.PutExtra("time", time);
MainActivity.instance.StartService(intent);