Skip to content
Snippets Groups Projects
Commit 29ebfa4a authored by Kyle Doherty's avatar Kyle Doherty
Browse files

Merge branch 'new_setup_flow' of github.com:metabase/metabase-init into new_setup_flow

parents 9200c8bf ed502690
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,6 @@ DatabasesControllers.controller('DatabaseEdit', ['$scope', '$routeParams', '$loc
details.ssl = false;
return Metabase.validate_connection(details).$promise;
}).then(function() {
console.log("simulating timeout");
console.log('Successfully connected to database with SSL = ' + details.ssl + '.');
return create(database, details, redirectToDetail);
}).catch(function(error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment