porffor 0.35.3 → 0.35.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -225,7 +225,6 @@ export const __Porffor_object_instanceof = (obj: any, constr: any) => {
225
225
  if (Porffor.fastOr(obj == null, Porffor.wasm`local.get ${obj}` == Porffor.wasm`local.get ${lastProto}`)) break;
226
226
  lastProto = obj;
227
227
 
228
- console.log(obj === Object.prototype);
229
228
  if (obj === checkProto) return true;
230
229
  }
231
230