From 5fa486271bbf9ba789693a482031cd05e4c778f2 Mon Sep 17 00:00:00 2001 From: Explodingbill Date: Wed, 13 Nov 2024 22:51:57 +1100 Subject: [PATCH] someday i will disappear --- src/Hacks/AutoClicker.cpp | 2 -- src/Hacks/HidePauseMenu.cpp | 2 -- src/Hacks/Patches/EditorExtension.cpp | 2 -- src/Hacks/PitchShifter.cpp | 2 -- src/Hacks/ScaleTextInput.cpp | 2 -- src/Hacks/Show Trajectory/Trajectory.cpp | 2 -- src/main.cpp | 2 -- 7 files changed, 14 deletions(-) diff --git a/src/Hacks/AutoClicker.cpp b/src/Hacks/AutoClicker.cpp index 63d6b1f2..353c2f8f 100644 --- a/src/Hacks/AutoClicker.cpp +++ b/src/Hacks/AutoClicker.cpp @@ -70,6 +70,4 @@ class $modify (AutoBaseGameLayer, GJBaseGameLayer) player1 = as(clicker->options[2]); player2 = as(clicker->options[3]); }); - - log::info("c"); } \ No newline at end of file diff --git a/src/Hacks/HidePauseMenu.cpp b/src/Hacks/HidePauseMenu.cpp index 1e51a1e0..b35d6175 100644 --- a/src/Hacks/HidePauseMenu.cpp +++ b/src/Hacks/HidePauseMenu.cpp @@ -27,6 +27,4 @@ class $modify (PauseLayer) } }; }); - - log::info("d"); } \ No newline at end of file diff --git a/src/Hacks/Patches/EditorExtension.cpp b/src/Hacks/Patches/EditorExtension.cpp index 0b2060fe..053681e2 100644 --- a/src/Hacks/Patches/EditorExtension.cpp +++ b/src/Hacks/Patches/EditorExtension.cpp @@ -26,6 +26,4 @@ using namespace geode::prelude; Client::GetModule("editor-extension")->addPatch(patch); } }); - - log::info("gassg"); }; \ No newline at end of file diff --git a/src/Hacks/PitchShifter.cpp b/src/Hacks/PitchShifter.cpp index 26f3e993..a8b861ab 100644 --- a/src/Hacks/PitchShifter.cpp +++ b/src/Hacks/PitchShifter.cpp @@ -55,6 +55,4 @@ class PitchChangedDelegate : public ModuleChangeDelegate updatePitch(); }); }); - - log::info("g"); } \ No newline at end of file diff --git a/src/Hacks/ScaleTextInput.cpp b/src/Hacks/ScaleTextInput.cpp index 576904c6..8ef1edd2 100644 --- a/src/Hacks/ScaleTextInput.cpp +++ b/src/Hacks/ScaleTextInput.cpp @@ -238,6 +238,4 @@ class $modify (InputScaleControl, GJScaleControl) } }; }); - - log::info("asf"); } \ No newline at end of file diff --git a/src/Hacks/Show Trajectory/Trajectory.cpp b/src/Hacks/Show Trajectory/Trajectory.cpp index 03a71516..7c1800fa 100644 --- a/src/Hacks/Show Trajectory/Trajectory.cpp +++ b/src/Hacks/Show Trajectory/Trajectory.cpp @@ -484,6 +484,4 @@ void TrajectoryBGL::simulateTrajectory(bool press, PlayerObject* player) } }; }); - - log::info("gsa"); } \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index 7906b733..6495bcb5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -129,8 +129,6 @@ void migrateData() Client::instance = client; ClientUtils::Setup(android); - - log::info("a"); } bool v = false;