Skip to content

Commit

Permalink
Removed testing line; not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
tapmodo committed Nov 5, 2015
1 parent 97e1f8d commit 752b853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/record.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ var ModifyCommand = function(type,attr,values){
return new ModifyCommand(type,attr,values);

this.type = type;
if (!(attr instanceof Attribute)) throw 'Not attribute';
this.attribute = attr;
this.values = values;
};
Expand Down

0 comments on commit 752b853

Please sign in to comment.