Skip to content

Commit 59f0e5b

Browse files
author
angelozerr
committed
Remove trace
1 parent 1915fac commit 59f0e5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/ts.core/src/ts/internal/client/protocol/NavBarRequest.java

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public void collect(JsonObject response) throws TypeScriptException {
4848
NavBarResponse a = gson.fromJson(response.toString(), NavBarResponse.class);
4949
getCollector().setNavBar(a.getBody());
5050
//
51-
System.err.println(a);
5251
// JsonArray array = response.get("body").asArray();
5352
//
5453
// List<NavigationBarItem> items = createChildItems(array);

0 commit comments

Comments
 (0)