Skip to content

Commit

Permalink
Removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
cliftonc committed Apr 21, 2012
1 parent 980cc70 commit fe85cb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/client/Client.js
Expand Up @@ -126,7 +126,6 @@ Client.prototype._add = function(arrName, name, options) {

// Find first match
var found = calipso.lib._.find(self[arrName], function(value) {
console.dir(value.name + ' ' + name);
return (value.name && value.name === name) ? true : false;
});

Expand Down

0 comments on commit fe85cb5

Please sign in to comment.