Skip to content

Commit

Permalink
chore(example): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Apr 26, 2024
1 parent 1b5731f commit 34446c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export default function App() {
})
.then((ctx) => {
setContext(ctx)
console.log(ctx)
addSystemMessage(
`Context initialized! \n\nGPU: ${ctx.gpu ? 'YES' : 'NO'} (${
ctx.reasonNoGPU
Expand Down

0 comments on commit 34446c7

Please sign in to comment.