mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-30 03:56:04 +00:00
Merge pull request #1163 from cptran777/hotfix-debugger-line
Remove stray debugger statement
This commit is contained in:
commit
6f2e91bcc0
@ -200,8 +200,6 @@ export default class DatasetAuthors extends Component {
|
||||
const owners = get(this, 'owners') || [];
|
||||
const { notify } = get(this, 'notifications');
|
||||
|
||||
debugger;
|
||||
|
||||
if (ownerAlreadyExists(owners, { userName: newOwner.userName, source: newOwner.source })) {
|
||||
return void notify(NotificationEvent.info, { content: 'Owner has already been added to "confirmed" list' });
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user