Skip to content

Commit

Permalink
Update event-format-component-controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed Nov 4, 2024
1 parent c45967d commit fec1395
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ async function populateSeriesOptions(props, component) {
if (!seriesSelect) return;

const series = await getSeriesForUser();
console.log(series);
if (!series) {
seriesSelect.pending = false;
seriesSelect.disabled = true;
Expand Down

0 comments on commit fec1395

Please sign in to comment.