Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
libkleo
Commits
d106a9ad
Verified
Commit
d106a9ad
authored
Jul 21, 2020
by
Andre Heinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/ui/newkeyapprovaldialog.cpp
src/ui/newkeyapprovaldialog.cpp
+0
-1
No files found.
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
Markdown
is supported
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