Browse Source

Remove variables not used #13425

Johannes Schill 7 years ago
parent
commit
7e7c7fe64c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      public/app/features/teams/TeamMembers.tsx

+ 1 - 3
public/app/features/teams/TeamMembers.tsx

@@ -83,10 +83,8 @@ export class TeamMembers extends PureComponent<Props, State> {
   }
 
   render() {
-    const { newTeamMember, isAdding } = this.state;
+    const { isAdding } = this.state;
     const { searchMemberQuery, members, syncEnabled } = this.props;
-    const newTeamMemberValue = newTeamMember && newTeamMember;
-    console.log('newTeamMemberValue', newTeamMemberValue);
     return (
       <div>
         <div className="page-action-bar">