Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
libkleo
Commits
d106a9ad
Verified
Commit
d106a9ad
authored
Jul 21, 2020
by
Andre Heinecke
Browse files
Remove accidental debug output
Used this when testing but does not need to be part of logging.
parent
7f9aa706
Pipeline
#27885
passed with stage
in 18 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ui/newkeyapprovaldialog.cpp
View file @
d106a9ad
...
...
@@ -655,7 +655,6 @@ public:
if
(
isPGP
&&
key
.
protocol
()
!=
GpgME
::
OpenPGP
)
{
continue
;
}
qCDebug
(
LIBKLEO_LOG
)
<<
"Checking"
<<
key
.
primaryFingerprint
()
<<
Formatting
::
isKeyDeVs
(
key
);
if
(
!
Formatting
::
isKeyDeVs
(
key
)
||
keyValidity
(
key
)
<
GpgME
::
UserID
::
Validity
::
Full
)
{
de_vs
=
false
;
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment