Skip to content

Commit

Permalink
removing debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
dev4ndy authored and mcnielsen committed Apr 3, 2023
1 parent 143cbe6 commit bef7b07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/cardstack/al-cardstack-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,6 @@ export abstract class AlCardstackView< EntityType=any,
}
});
}
// debugger;
existing.values.push( vDescriptor );
existing.rawValues = existing.values.map( vDescr => vDescr.value );
} else {
Expand Down

0 comments on commit bef7b07

Please sign in to comment.