Skip to content

Commit

Permalink
continue: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattchewone committed Jan 30, 2025
1 parent abe23fa commit db62238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ async function generateStyles(format: 'scss' | 'css'): Promise<TransformerResult

// Listen for messages from the UI
figma.ui.onmessage = async (msg) => {
console.log('msg', msg);
if (msg.type === 'generate-styles') {
const result = await generateStyles(msg.format || 'scss');
generatedScss = result.result; // Store just the generated code
Expand Down

0 comments on commit db62238

Please sign in to comment.