Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
William committed Apr 29, 2023
1 parent b6ba457 commit e21ed6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/proxyHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
const parseValue = require('./parseValue');

const get = (schema, target, property, context) => {
console.log('target', target);
if (schema[property]) {
return schema[property].fn ? schema[property].fn(target, property, context) : target[property];
}
Expand Down

0 comments on commit e21ed6f

Please sign in to comment.