Yeah, removed for reason in comment

This commit is contained in:
Tristan B. Kildaire 2020-12-04 18:08:52 +02:00
parent 41c7a8e13e
commit 0ce57aa328
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ public class NotificationWatcher : Thread
/* Await a notification */
byte[] notification = manager.awaitNotification();
process(notification);
/* TODO: Below? Seperate mutex, so this should be removed, let it spin */
Thread.getThis().sleep(dur!("seconds")(2));
}
}