Skip to content

Commit

Permalink
Delete extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mrparalon committed Oct 27, 2023
1 parent 558b5c5 commit 9c35514
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-graph-analysis",
"version": "0.10.3",
"version": "0.10.4",
"type": "module",
"main": "./dist/index.html",
"license": "GPL",
Expand Down
1 change: 0 additions & 1 deletion src/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export function removeAliases(
}

export function pageToAliases(page: Page, upper: boolean): string[] {
console.log(normalizeAlias(page));
return (normalizeAlias(page)).map((a) =>{
return upper ? a.toUpperCase() : a
}
Expand Down

0 comments on commit 9c35514

Please sign in to comment.