Skip to content

Commit

Permalink
[main] Remove temporary connectToDebugger (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylixonly committed Apr 2, 2024
1 parent 1179ca7 commit 867831c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { patchAssets } from "@lib/api/assets";
import { patchCommands } from "@lib/api/commands";
import { injectFluxInterceptor } from "@lib/api/flux";
import { isThemeSupported } from "@lib/api/native/loader";
import { connectToDebugger, patchLogHook } from "@lib/debug";
import { patchLogHook } from "@lib/debug";
import { initPlugins } from "@lib/managers/plugins";
import { initThemes, patchChatBackground } from "@lib/managers/themes";
import { patchSettings } from "@lib/ui/settings";
Expand Down Expand Up @@ -48,8 +48,6 @@ export default async () => {
// Assign window object
window.bunny = lib;

connectToDebugger("127.0.0.1:9090/");

// Once done, load plugins
lib.unload.push(await initPlugins());

Expand Down

0 comments on commit 867831c

Please sign in to comment.