mirror of
https://github.com/SpencerPark/IJava.git
synced 2025-04-14 10:26:08 +00:00
Remove leftover debug messages.
This commit is contained in:
parent
fe14b7313e
commit
a920ff3a27
@ -178,13 +178,6 @@ public class JavaKernel extends BaseKernel {
|
||||
List<String> fmt = new ArrayList<>();
|
||||
SnippetEvent event = e.getBadSnippetCompilation();
|
||||
Snippet snippet = event.snippet();
|
||||
System.out.println(snippet.kind());
|
||||
System.out.println(snippet.subKind());
|
||||
System.out.println(snippet.source());
|
||||
System.out.println(event.status());
|
||||
System.out.println(event.causeSnippet());
|
||||
System.out.println(event.isSignatureChange());
|
||||
System.out.println(event.value());
|
||||
this.evaluator.getShell().diagnostics(snippet)
|
||||
.forEach(d -> {
|
||||
// If has line information related, highlight that span
|
||||
|
Loading…
x
Reference in New Issue
Block a user