mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
profile: Don't print anything when disabling profiling
Just like when enabling profiling. Plus it's more unixy to not print anything on success
This commit is contained in:
parent
1a17425fb5
commit
cdbcb70913
Notes:
sideshowbarker
2024-07-17 21:42:53 +09:00
Author: https://github.com/math2001
Commit: cdbcb70913
Pull-request: https://github.com/SerenityOS/serenity/pull/11498
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue