Skip to content

Commit

Permalink
Clean up logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed May 2, 2013
1 parent 197e818 commit 77f2907
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hawtio-web/src/main/webapp/app/ui/js/editorDirective.ts
Expand Up @@ -23,7 +23,6 @@ module UI {
$scope.applyOptions = () => {
if ($scope.codeMirror) {
$scope.options.each(function(option) {
console.log("Applying option", option.key, "to value", option['value']);
$scope.codeMirror.setOption(option.key, option['value']);
});
$scope.options = [];
Expand Down Expand Up @@ -60,8 +59,6 @@ module UI {

public link = ($scope, $element, $attrs) => {

console.log("$attrs", $attrs);

var config = Object.extended($attrs).clone();

delete config['$$element']
Expand Down

0 comments on commit 77f2907

Please sign in to comment.