Skip to content

Commit

Permalink
fix(ts): clean console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed May 2, 2024
1 parent 2dd333c commit e6039bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export class LlamaContext {
this.gpu = gpu
this.reasonNoGPU = reasonNoGPU
this.model = model
console.log(model)
}

/**
Expand Down

0 comments on commit e6039bd

Please sign in to comment.