Cleanups: debug output

This commit is contained in:
Kris De Volder
2017-04-24 09:48:56 -07:00
parent 9862f49a7f
commit e493724543
3 changed files with 1 additions and 4 deletions

View File

@@ -1827,7 +1827,6 @@ public class ConcourseEditorTest {
" password: his-password\n" +
" retry_delay: retry-after\n"
);
System.out.println(editor.getRawText());
editor.assertProblems(
"retry-after|'Duration'"
);
@@ -3103,7 +3102,6 @@ public class ConcourseEditorTest {
" type: \n" +
" <*>"
);
System.out.println(editor.getText());
editor.assertCompletionWithLabel((l) -> l.startsWith("pool"),
"resources:\n" +
"- name: source-repo\n" +