Skip to content

Commit

Permalink
[ML] Delete console log
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Jul 15, 2020
1 parent addb7af commit 7479cb8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ StartDatafeedModal.propTypes = {
};

function getLowestLatestTime(jobs) {
console.log('jobs', jobs);
const times = jobs.map((j) => j.earliestStartTimestampMs || 0);
return moment(Math.min(...times));
}

0 comments on commit 7479cb8

Please sign in to comment.