mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 00:28:43 +00:00
🔥 Remove console.log.
This commit is contained in:
parent
db7518025d
commit
e3691cc0e3
@ -109,8 +109,6 @@ export function applyInlineStyle(state, styles) {
|
||||
let content = null;
|
||||
|
||||
for (let style of styles) {
|
||||
console.log("applyInlineStyle", style);
|
||||
|
||||
const [p, k, v] = style.split("$$$");
|
||||
const prefix = [p, k, ""].join("$$$");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user