Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Dec 26, 2024
1 parent 9ef981a commit f096c14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/components/pg-row-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default (params) => ({
init() {
if (this.rules) {
Object.values(this.rules).forEach((rule) => {
console.log(rule)
if (rule.applyLoop || rule.apply) {
this.attributes.push(rule.attributes)
}
Expand Down

0 comments on commit f096c14

Please sign in to comment.