mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
rm log
This commit is contained in:
parent
133e0f155b
commit
74f2814de4
1 changed files with 0 additions and 3 deletions
|
|
@ -469,9 +469,6 @@ export namespace Session {
|
|||
const userParts = await Promise.all(
|
||||
input.parts.map(async (part): Promise<MessageV2.Part[]> => {
|
||||
if (part.type === "file") {
|
||||
log.info("processing_file", {
|
||||
url: part.url,
|
||||
})
|
||||
const url = new URL(part.url)
|
||||
switch (url.protocol) {
|
||||
case "data:":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue