Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions src/main/java/com/vaadin/sass/CustomConsoleHandler.java

This file was deleted.

15 changes: 0 additions & 15 deletions src/main/java/com/vaadin/sass/internal/ScssStylesheet.java
Original file line number Diff line number Diff line change
Expand Up @@ -365,21 +365,6 @@ private String buildString(BuildStringStrategy strategy) {
return output;
}

static {
String logFile = System.getProperty("java.util.logging.config.file");
if (logFile == null) {
try {
LogManager.getLogManager().readConfiguration(
ScssStylesheet.class
.getResourceAsStream("/logging.properties"));
} catch (SecurityException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
}
}

@Override
public Node copy() {
throw new UnsupportedOperationException(
Expand Down
5 changes: 0 additions & 5 deletions src/main/resources/logging.properties

This file was deleted.