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
ecsec Public
reqesidta-prototype
client-signer
Commits
0612de3e
Commit
0612de3e
authored
Sep 03, 2019
by
Neil Crossley
Browse files
Remove debug stacktrace creation from logging.
parent
2d8dbc55
Changes
1
Hide whitespace changes
Inline
Side-by-side
gui/android/src/main/java/org/openecard/gui/android/eac/EacGuiImpl.java
View file @
0612de3e
...
...
@@ -146,7 +146,7 @@ public class EacGuiImpl implements EacGui {
@Override
public
synchronized
void
cancel
()
{
LOG
.
debug
(
"Cancel of Android EAC GUI called."
,
new
Exception
(
"Print Stacktrace"
)
);
LOG
.
debug
(
"Cancel of Android EAC GUI called."
);
if
(!
cancelPromise
.
isDelivered
()
&&
!
cancelPromise
.
isCancelled
())
{
cancelPromises
(
false
);
...
...
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