We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8268a commit 52e5664Copy full SHA for 52e5664
config/config.js
@@ -34,6 +34,6 @@ app.controller('GitLabCtrl', ['$scope', function ($scope){
34
};
35
36
$scope.save = function(){
37
- this.providerConfig(this.config, console.log);
+ this.providerConfig(this.config);
38
39
}]);
0 commit comments