0
Fork 0
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:
Andrey Antukh 2021-04-15 15:08:36 +02:00 committed by Andrés Moya
parent db7518025d
commit e3691cc0e3

View file

@ -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("$$$");