Skip to content

Commit

Permalink
Removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
jobtalle committed May 29, 2023
1 parent 638a3dc commit cc8dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/sdfMaker.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class SDFMaker {

if (item.kind === "file") {
const file = item.getAsFile();
console.log(file.type)

switch (file.type) {
case "image/png":
case "image/svg+xml":
Expand Down

0 comments on commit cc8dc69

Please sign in to comment.