From a1ef983cc36f995acf4a05fda82bbd533d24324f Mon Sep 17 00:00:00 2001 From: Drew Malzahn Date: Fri, 4 Jul 2025 08:02:04 -0400 Subject: [PATCH] Bug: Remove test code (whoops) --- commands/quotes/quote.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/commands/quotes/quote.ts b/commands/quotes/quote.ts index 80d608f..ff51c7f 100644 --- a/commands/quotes/quote.ts +++ b/commands/quotes/quote.ts @@ -32,10 +32,3 @@ export default function (settings: {}) { execute: execute, }; } - - -try { - await (value as ClassA).foo(); -} catch (error) { - console.log("Type error while running value.foo()"); -}