Skip to content

Commit

Permalink
remove console.log to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Jun 26, 2022
1 parent 3a7f2de commit ba886ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Cypress/TestData.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default class TestData {
* @param data
*/
constructor(data) {
console.log(data);
this._title = data.title;
this._state = data.state;
this._durationMS = data.duration;
Expand Down

0 comments on commit ba886ce

Please sign in to comment.