remove unused Backoff.kt

This commit is contained in:
2024-03-13 15:27:39 -04:00
parent 145bf4d7b1
commit e0838be9b8

View File

@@ -1,8 +0,0 @@
package net.eksb.obsdc
class Backoff {
fun backoff() {
// TODO: actual bakoff
Thread.sleep(5_000)
}
}