Skip to content

Commit

Permalink
Removed logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Oct 30, 2024
1 parent 7769b28 commit 2bb3ba5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Substrata/Internals/Callbacks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ internal func typedConstruct(context: JSContextRef?, this: JSValue, magic: Int32
func typedInstanceMethod(context: JSContextRef?, this: JSValue, argc: Int32, argv: UnsafeMutablePointer<JSValue>?, magic: Int32) -> JSValue {
guard let context = context?.opaqueContext else { return JSValue.undefined }
guard let methodName = context.findExport(methodID: magic) else { return JSValue.undefined }

print("instance_method2 calling `\(methodName)`.")

// get the classID for `this`.
let instanceAtom = JS_NewAtom(context.ref, "__instanceAtom")
Expand Down

0 comments on commit 2bb3ba5

Please sign in to comment.