Skip to content

Commit

Permalink
language-server: remove unncessary stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 21, 2023
1 parent 3c83b19 commit a6c7f66
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2632,9 +2632,6 @@ private void updateFormatMxmlInsertNewLineBetweenAttributes(JsonObject settings)
return;
}
VSCodeFormatterConfiguration.mxmlInsertNewLineBetweenAttributes = newFormatMxmlInsertNewLineBetweenAttributes;
System.err
.println("*** set mxmlInsertNewLineBetweenAttributes: "
+ VSCodeFormatterConfiguration.mxmlInsertNewLineBetweenAttributes);
}

private void updateFormatInsertSpaceAtStartOfLineComment(JsonObject settings) {
Expand Down

0 comments on commit a6c7f66

Please sign in to comment.