diff --git a/src/shared/components/Settings/Profile/Skills/index.jsx b/src/shared/components/Settings/Profile/Skills/index.jsx index 01e8b7bace..fd1b4bd2d4 100644 --- a/src/shared/components/Settings/Profile/Skills/index.jsx +++ b/src/shared/components/Settings/Profile/Skills/index.jsx @@ -11,7 +11,6 @@ import _ from 'lodash'; import path from 'path'; import React from 'react'; import PT from 'prop-types'; -import { toastr } from 'react-redux-toastr'; import requireContext from 'require-context'; import Select from 'components/Select'; @@ -200,7 +199,6 @@ export default class Skills extends ConsentComponent { )); if (index > -1) { - toastr.info('', `You've already added skill "${selectedSkill.name}".`); return; }