mirror of
https://github.com/penpot/penpot.git
synced 2025-04-16 00:41:25 -05:00
🔥 Remove console.log.
This commit is contained in:
parent
db7518025d
commit
e3691cc0e3
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue