Skip to content

Commit

Permalink
remove extra log line
Browse files Browse the repository at this point in the history
  • Loading branch information
Awnage committed Mar 31, 2021
1 parent 0b410c4 commit 94ddcfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/action/components/action.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export default class Action extends React.Component<
async getL3Ous(){
try {
let ous = await getLevel3OUs();
console.log('ous',ous)
this.setState({ous: ous});
} catch (e) {
this.setState({
Expand Down

0 comments on commit 94ddcfd

Please sign in to comment.