Skip to content

Commit 8d68c0e

Browse files
authored
remove line of code that remove that last ETX
1 parent b715785 commit 8d68c0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ivy.js

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ function IvyBus(appName, broadcastHost, broadcastPort){
111111
for(var k = 1; k < matches.length; k++){
112112
params += matches[k]+'\u0003';
113113
}
114-
params = params.substr(0, params.length-1);;
115114

116115
//Send the matched parameters
117116
var msg = createMessage('2', peers[i].subscriptions[j].id, params);

0 commit comments

Comments
 (0)