From a3b6ae034fdcd292c7d139f9ff4c8fac5b05b283 Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Tue, 9 Feb 2021 11:05:06 +0530 Subject: [PATCH] some Debugging Code Removed --- public/installer/Views/migration.blade.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/installer/Views/migration.blade.php b/public/installer/Views/migration.blade.php index c04293a52..d503e545f 100644 --- a/public/installer/Views/migration.blade.php +++ b/public/installer/Views/migration.blade.php @@ -193,8 +193,6 @@ } if ((data['key_results'] == 0) && (data['seeder_results'] == 0) && (data['publish_results'] == 0)) { - console.log('here'); - event.preventDefault(); $('#continue').show(); $('#migrate-seed').hide(); $('#loader').hide();