From e82a7abad628926d534ae3019ea7d8f24534ac4d Mon Sep 17 00:00:00 2001 From: cptran777 Date: Mon, 14 May 2018 17:24:38 -0700 Subject: [PATCH] Remove stray debugger statement --- wherehows-web/app/components/dataset-authors.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/wherehows-web/app/components/dataset-authors.ts b/wherehows-web/app/components/dataset-authors.ts index 46343c54eb..77ac051316 100644 --- a/wherehows-web/app/components/dataset-authors.ts +++ b/wherehows-web/app/components/dataset-authors.ts @@ -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' }); }