Skip to content

Commit

Permalink
CLEAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Jul 3, 2023
1 parent dc0f8cf commit eb97fe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Model.js
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,6 @@ export class Model {
/* eslint-disable-next-line */
;[att, sub] = field.attribute
}
// this.table.log.info(`@@ TR ${name} ${att} ${sub}`, {att, sub, field})
let value = raw[att]
if (value === undefined) {
if (field.encode) {
Expand Down

0 comments on commit eb97fe4

Please sign in to comment.