Skip to content

Commit 1da069b

Browse files
committed
Minor changes
1 parent fe13bb4 commit 1da069b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

load/dperroom.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,7 @@ roomData = {
117117
displayRoomInfo : function() {
118118
this.displayRoomInfoHdr();
119119

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-
}
120+
roomSettings[bbs.cursub_code] = snagRoomInfoBlob();
126121

127122
if (roomSettings[bbs.cursub_code].info.length == 0) {
128123
//or should we be looking for null here?

0 commit comments

Comments
 (0)