Skip to content

Commit

Permalink
chore: remove extraneous console log from debug plugin (#2290)
Browse files Browse the repository at this point in the history
* Update styleNodeSrc.ts

* Reinstate import

---------

Co-authored-by: Nev <54870357+MSNev@users.noreply.github.com>
  • Loading branch information
develohpanda and MSNev committed Mar 11, 2024
1 parent aba7c9d commit 1c3db30
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const BG_INFO = "#F0F6FF",
BORDER_GREY_160 = "1px solid #605E5C",
BORDER_GREY_60 = "1px solid #B3B0AD";

console.log(getIEVersion());

export const tempStyle = (prefix: string) => `
.${prefix}-dbg-lgr-dashboard {
z-index: 1000
Expand Down

0 comments on commit 1c3db30

Please sign in to comment.