Skip to content

Commit

Permalink
Revert "exclude error from copilot in dev mode error"
Browse files Browse the repository at this point in the history
This reverts commit 52481f8.
  • Loading branch information
ZheSun88 authored and manolo committed Nov 27, 2023
1 parent 5e34c89 commit 1b4c341
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,6 @@ private List<LogEntry> getLogEntries(Level level) {
// exclude icon deprecation warning
.filter(logEntry -> !logEntry.getMessage()
.contains("vaadin-iconset.js"))
// exclude this error as prod-mode is used(copilot)
.filter(logEntry -> !logEntry.getMessage()
.contains("Dev tools functionality denied for this host."))
.collect(Collectors.toList());
}

Expand Down

0 comments on commit 1b4c341

Please sign in to comment.