Skip to content

Commit

Permalink
clean console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
j-palindrome committed Feb 18, 2025
1 parent 09a5170 commit 00de1ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/Block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ export default function Block({
>
{!collapsed &&
sortedGroups.map(([path, tasks]) => {
console.log(path)

return (
<Group
key={path}
Expand Down
1 change: 0 additions & 1 deletion src/services/obsidianApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,6 @@ export default class ObsidianAPI extends Component {
// @ts-ignore
'dataview:metadata-change',
(...args) => {
console.log('change:', args)
switch (args[0]) {
case 'update':
this.loadTasks(args[1].path, getters.get('showingPastDates'))
Expand Down

0 comments on commit 00de1ae

Please sign in to comment.