remove debugger statement

This commit is contained in:
John Mitchell 2019-12-10 13:11:49 -05:00
parent 8b9810e466
commit c69d497093

View File

@ -51,8 +51,6 @@ class SelectResourceStep extends React.Component {
const { data } = await onSearch(queryParams);
const { count, results } = data;
debugger;
this.setState({
resources: results,
count,