Skip to content

Commit d68afac

Browse files
committed
removing log
1 parent 21e3b7e commit d68afac

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ var clusters = [
6060
With the use of KAFKA_TOPICS_UI you will be able to navigate to your selected connector topics.
6161
With the use of COLOR you can set different colors for each cluster.
6262

63-
6463
### Supported Connectors
6564
For our [DM connectors](http://www.landoop.com/capabilities/kafka-connectors/) we have a template of metadata within the `supported-connectors.js`. In any case you will be shown all the existing connectors in your classpath with all the required fields to set them up.
6665

src/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ angularAPP.controller('HeaderCtrl', function ($rootScope, $scope, $location, env
2020
$scope.connectRestArray = env.getClusters();
2121
$scope.cluster = env.getSelectedCluster();
2222
$scope.color = $scope.cluster.COLOR;
23-
console.log($scope.cluster)
2423
});
2524

2625
$scope.updateEndPoint = function(cluster) {

src/kafka-connect/config/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
<span ng-show="showVersion"> <b>Kafka Connect Version :</b> {{version}} <br></span>
55
<span ng-show="connectionFailure" class="red">{{connectivityError}}</span><br>
66
</md-content>
7-
</md-card>
7+
</md-card>

0 commit comments

Comments
 (0)