Remove debugger statement

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-06-28 07:25:05 -04:00
parent c81403ec9f
commit eb0664292b

View File

@ -729,7 +729,6 @@ function Save_as()
var choice = $form.find('input[name="save_page"]:checked').val();
var name = '';
debugger;
if (choice === 'same') {
if ($selected_page.val() === '0') {
PMA_ajaxShowMessage(PMA_messages.strSelectPage, 2000);