mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-11 03:30:00 +00:00
Removed console logging
This commit is contained in:
parent
4473418a72
commit
122d7dd8f8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class RealWorldTest {
|
|||
|
||||
Map<String, Object> root = (Map<String, Object>) result.valueStack.peek(result.valueStack.size() - 2);
|
||||
|
||||
printMap(root);
|
||||
// printMap(root);
|
||||
|
||||
assertEquals("TOML Example", root.get("title"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue