Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Aug 6, 2022
1 parent 50d9f9a commit 79248dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/js/molecules/uploadSVG.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ export default class UploadSVG extends Atom {

const rawPath = GlobalVariables.gitHub.getAFileRawPath(this.fileName)

console.log("This filename:")
console.log(this.fileName)
console.log(this.fileName.split('.').pop())

if(this.fileName.split('.').pop() == 'svg'){
try{
const values = { op: "fromSVG", svgPath:rawPath, writePath: this.path }
Expand All @@ -76,7 +72,6 @@ export default class UploadSVG extends Atom {
}catch(err){this.setAlert(err)}
}
else if(this.fileName.split('.').pop() == 'stl'){
console.log("STL recognized")
try{
const values = { op: "fromSTL", stlPath:rawPath, writePath: this.path }

Expand Down

0 comments on commit 79248dd

Please sign in to comment.