Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed Dec 16, 2024
1 parent 9ba4242 commit c3240d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/shinkai-desktop/src/pages/task-logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ export const TaskLogs = () => {
recurringTaskId: taskId ?? '',
});

console.log(logs, 'logs');

return (
<SubpageLayout alignLeft className="px-4" title="Cron Logs">
{isGetRecurringTaskPending && (
Expand Down

0 comments on commit c3240d9

Please sign in to comment.