scm: do not check for git credentials on a LOCAL none-commit op.

This commit is contained in:
Al Poole 2018-03-21 21:42:11 +00:00
parent 14549d71de
commit 371126c09d
1 changed files with 0 additions and 6 deletions

View File

@ -1120,12 +1120,6 @@ static void
_edi_menu_scm_stash_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
void *event_info EINA_UNUSED)
{
if (!_edi_project_credentials_check())
{
_edi_project_credentials_missing();
return;
}
edi_screens_message_confirm(_edi_main_win, _("Are you sure you wish to stash these changes?"),
_edi_scm_stash_do_cb, NULL);
}