We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe13bb4 commit 1da069bCopy full SHA for 1da069b
1 file changed
load/dperroom.js
@@ -117,12 +117,7 @@ roomData = {
117
displayRoomInfo : function() {
118
this.displayRoomInfoHdr();
119
120
- try {
121
- roomSettings[bbs.cursub_code] = snagRoomInfoBlob();
122
- } catch (e) {
123
- console.putmsg("Unable to snagRoomInfoBlob(): " + e.name +
124
- "\nMsg: " + e.message + "\n");
125
- }
+ roomSettings[bbs.cursub_code] = snagRoomInfoBlob();
126
127
if (roomSettings[bbs.cursub_code].info.length == 0) {
128
//or should we be looking for null here?
0 commit comments