Skip to content

Commit

Permalink
style: minor removal of unneeded console message
Browse files Browse the repository at this point in the history
  • Loading branch information
afarago committed Oct 23, 2024
1 parent 8fdcfbb commit f2397b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function handleFileUpload(file: File) {
try {
const retval = await convertProjectToPython(input, options);
$('#preview-svg').html(retval?.svg ?? '');
console.log(retval?.svg);
$('#preview-svg-map')
.html(retval?.svg ?? '')
.removeClass('d-none');
Expand Down

0 comments on commit f2397b9

Please sign in to comment.