Skip to content

Commit

Permalink
Removed warn() when a non-number is sent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wilcox committed Jun 27, 2012
1 parent bcb3016 commit c92cd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ define([
tc = mm + ":" + ss + mmss;
}
}else{
console.warn("toTimeCode failed: "+pos+" ::"+Number(pos))
//console.warn("toTimeCode failed: "+pos+" ::"+Number(pos))
return "0:00";
}
return tc;
Expand Down

0 comments on commit c92cd5f

Please sign in to comment.