Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rzafari42 authored Aug 29, 2023
1 parent ec79020 commit c2e7a2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/src/models/TableHrbackups.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ export default (sequelizeInstance, Model) => {
})
}
}
console.log('\n\n\n\n\n\n\n\n\n\n\n\nLIST:', list)
list.map((elem) => console.log('id:', elem.id, ' | label:', elem.label))
console.log('\n\n\n\n\n\n\n\n\n\n\n\n')
//console.log('\n\n\n\n\n\n\n\n\n\n\n\nLIST:', list)
//list.map((elem) => console.log('id:', elem.id, ' | label:', elem.label))
//console.log('\n\n\n\n\n\n\n\n\n\n\n\n')
return list
}

Expand Down

0 comments on commit c2e7a2f

Please sign in to comment.