remove unused Backoff.kt
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
package net.eksb.obsdc
|
||||
|
||||
class Backoff {
|
||||
fun backoff() {
|
||||
// TODO: actual bakoff
|
||||
Thread.sleep(5_000)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user