https://bugs.kde.org/show_bug.cgi?id=500339
--- Comment #39 from Ardo Kirsipuu <[email protected]> --- IMO it's not pointless. It's still beneficial to know from using "println" what parts of the code is reached vs not reached when the bug happens, i.e. * `onPasswordResult` gets called * `onSucceeded`/`onFailed` do not Helps to narrow down the scope (to be potentially then statically analyzed, for example). -- You are receiving this mail because: You are watching all bug changes.
