Remove useless assert

This commit is contained in:
copy 2016-01-22 23:51:10 +01:00
parent 27c7481d30
commit 53caefcf5f

View file

@ -59,8 +59,6 @@ BusConnector.prototype.unregister = function(name, fn)
*/
BusConnector.prototype.send = function(name, value, unused_transfer)
{
dbg_assert(arguments.length === 1 || arguments.length === 2 || arguments.length === 3);
if(!this.pair)
{
return;