SUMMARY When you open the context menu (right click), you get some unnecessary debugging messages being printed to the console: ``` $ dolphin . true actions!!! ``` I can't find any reference to the string "actions!!!" in the Dolphin repo - maybe it's in another module? STEPS TO REPRODUCE 1. Open dolphin somewhere: `dolphin .` 2. Open the context menu (right click) 3. Observe the messages being output to the console OBSERVED RESULT Messages being output. EXPECTED RESULT These short messages should not be output, or if they are important should have relevant debugging information included with them. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.1.0 Qt Version: 6.7.0 Kernel Version: 6.8.7-arch1-1 (64-bit) Graphics Platform: Wayland