Skip to content
Snippets Groups Projects
Commit ed502690 authored by Tom Robinson's avatar Tom Robinson
Browse files

Remove outdated csonole.log

parent cd82d3ee
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