Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
airimovici committed Feb 13, 2020
1 parent 8d3eac2 commit 71e21de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ui/perfherder/Validation.jsx
Expand Up @@ -49,7 +49,6 @@ const withValidation = (

componentDidUpdate(prevProps) {
const { location } = this.props;
console.log('VALIDATION componentDidUpdate');

if (location.search !== prevProps.location.search) {
// delete from state params the ones
Expand Down
2 changes: 0 additions & 2 deletions ui/perfherder/alerts/AlertsView.jsx
Expand Up @@ -29,7 +29,6 @@ class AlertsView extends React.Component {
super(props);
const { frameworks, validated } = this.props;
const extendedOptions = this.extendDropdownOptions(frameworks);
console.log(`AlertsView contructor.....`);
this.state = {
filters: this.getFiltersFromParams(validated, extendedOptions),
frameworkOptions: extendedOptions,
Expand Down Expand Up @@ -75,7 +74,6 @@ class AlertsView extends React.Component {
}

const params = parseQueryParams(this.props.location.search);
console.log('params', params);
// we're using local state for id instead of validated.id because once
// the user navigates from the id=<alert> view back to the main alerts view
// the Validation component won't reset the id (since the query param doesn't exist
Expand Down

0 comments on commit 71e21de

Please sign in to comment.