Skip to content

Commit

Permalink
remove a log
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Apr 26, 2023
1 parent 41b30df commit 3f4112a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/services/config-presets.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export class ConfigurationPresetsService {
} else {
downloadURL = this.treesURL.concat('master').concat('?recursive=1')
}
console.log("downloadURL", downloadURL)
return downloadURL;
})
.then((downloadURL) => {
Expand Down

0 comments on commit 3f4112a

Please sign in to comment.