Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Forgotten console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 11, 2016
1 parent e48ab2d commit b4b9434
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -32,8 +32,6 @@
//Does not work on IE 11
//var contentNodes = XMLUtils.XPathSelectNodes(reg, 'client_configs/component_config[@className="AjxpReactComponent::'+this.props.pydioId+'"]/additional_content');
var contentNodes = XMLUtils.XPathSelectNodes(reg, 'client_configs/component_config/additional_content');

console.log(contentNodes);
var result = [];
var compId = "AjxpReactComponent::"+this.props.pydioId;
contentNodes.map(function(node){
Expand Down Expand Up @@ -431,7 +429,6 @@
},

onClick:function() {
console.log('Switching to ', this.props.workspace.getId());
this.props.pydio.triggerRepositoryChange(this.props.workspace.getId());
},

Expand Down

0 comments on commit b4b9434

Please sign in to comment.