diff --git a/Userland/Utilities/profile.cpp b/Userland/Utilities/profile.cpp index 133db81151..7cbaad1fba 100644 --- a/Userland/Utilities/profile.cpp +++ b/Userland/Utilities/profile.cpp @@ -102,7 +102,6 @@ int main(int argc, char** argv) perror("profiling_disable"); return 1; } - outln("Profiling disabled."); } if (free && profiling_free_buffer(pid) < 0) {