Skip to content

Commit

Permalink
fix: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlewis authored and theolampert committed Apr 8, 2024
1 parent 2c918df commit e7d2306
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/ECMASwift/API/Fetch/Fetch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public final class FetchAPI {

public func registerAPIInto(context: JSContext) {
let fetch: @convention(block) (JSValue, JSValue?) -> JSManagedValue? = { url, options in
print(url, options)
var fetchTask: Task<Void, Never>?
let promise = JSValue(newPromiseIn: context) { [weak self] resolve, reject in
guard let resolve, let reject else { return }
Expand Down

0 comments on commit e7d2306

Please sign in to comment.