diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-09 10:51:29 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-09 10:51:29 +0200 |
commit | e0c95e803d0b5269333dae739d14067305f4baa3 (patch) | |
tree | b880c08fd7740b5038642010accee005f8945672 /src/main/java/at/hannibal2/skyhanni | |
parent | 1e992afbe857c13e05b918cd210967dbe10d137f (diff) | |
download | skyhanni-e0c95e803d0b5269333dae739d14067305f4baa3.tar.gz skyhanni-e0c95e803d0b5269333dae739d14067305f4baa3.tar.bz2 skyhanni-e0c95e803d0b5269333dae739d14067305f4baa3.zip |
remove test
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/SkyHanniDebugsAndTests.kt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/SkyHanniDebugsAndTests.kt b/src/main/java/at/hannibal2/skyhanni/test/SkyHanniDebugsAndTests.kt index 4916d770f..12ca17362 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/SkyHanniDebugsAndTests.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/SkyHanniDebugsAndTests.kt @@ -54,7 +54,6 @@ import at.hannibal2.skyhanni.utils.SoundUtils import at.hannibal2.skyhanni.utils.renderables.Renderable import at.hannibal2.skyhanni.utils.renderables.Renderable.Companion.renderBounds import kotlinx.coroutines.launch -import kotlinx.coroutines.runBlocking import net.minecraft.client.Minecraft import net.minecraft.init.Blocks import net.minecraft.init.Items @@ -124,10 +123,6 @@ class SkyHanniDebugsAndTests { fun testCommand(args: Array<String>) { SoundUtils.playBeepSound() - runBlocking { - val input = OSUtils.readFromClipboard() ?: return@runBlocking - path = Graph.fromJson(input) - } // val a = Thread { OSUtils.copyToClipboard("123") } // val b = Thread { OSUtils.copyToClipboard("456") } // a.start() |