Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 6, 2024
1 parent 46c3577 commit 6a2e529
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/assetsUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,6 @@ export function loadAssets(): AdvantageScopeAssets {
if ("sourceUrl" in configRaw && typeof configRaw.sourceUrl === "string") {
config.sourceUrl = configRaw.sourceUrl;
}
if (config.name === "Preseto") {
console.log(configRaw);
}
if ("disableSimplification" in configRaw && typeof configRaw.disableSimplification === "boolean") {
config.disableSimplification = configRaw.disableSimplification;
}
Expand Down

0 comments on commit 6a2e529

Please sign in to comment.