Skip to content

Commit 5820034

Browse files
committed
restore shortcut to application properties
1 parent 39efda4 commit 5820034

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/message.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,11 @@ message.decode = function(buffer) {
328328
console.warn('WARNING: expected described message section got ' + JSON.stringify(s));
329329
}
330330
}
331-
/*
332331
if (msg.application_properties) {
333332
for (var key in msg.application_properties) {
334333
add_property_shortcut(msg, 'application_properties', key);
335334
}
336335
}
337-
*/
338336
return msg;
339337
};
340338

0 commit comments

Comments
 (0)