Skip to content

Commit

Permalink
update(): removed debugger line. Could be added as param, if needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Aroche committed May 6, 2017
1 parent cd9923b commit 5b72908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsx/descriptor-info.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ DescriptorInfo.prototype._getDescObject = function( theDesc, descObject ) {
} else {
referenceValue = descProperties;
}
debugger;

try {
descProperties.actionReference = this._getActionReferenceInfo( referenceValue );
Expand Down

1 comment on commit 5b72908

@jardicc
Copy link
Contributor

@jardicc jardicc commented on 5b72908 May 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot this :-)
This is good if you have #include file in another file or if you use notifiers and events and you trigger script at specific path. Normaly is not easy break this linked files.

Please sign in to comment.