Skip to content

Commit ac9f4c0

Browse files
committed
remove stray console.log
1 parent 1406af4 commit ac9f4c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/organization.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ export default class Organization extends Component {
312312
let profileActions = []
313313

314314
if (this.state.modalIsOpen && isUserOwner) {
315-
console.log('here')
316315
const profileId = parseInt(this.state.profileMeta.id)
317316
const isProfileManager = contains(profileId, managerIds)
318317
const isProfileOwner = contains(profileId, ownerIds)

0 commit comments

Comments
 (0)