diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2010-11-11 21:51:42 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2010-11-11 21:51:42 +0800 |
commit | 555dcc036eb9dd2cb933ea6257a43c394d8f2ea8 (patch) | |
tree | 7a1d6747ece5c5e904e08a98b90d319bb471cee9 | |
parent | 7d4670d915f3ecbbc85894d9351a9ba195661582 (diff) | |
download | pttbbs-555dcc036eb9dd2cb933ea6257a43c394d8f2ea8.tar pttbbs-555dcc036eb9dd2cb933ea6257a43c394d8f2ea8.tar.gz pttbbs-555dcc036eb9dd2cb933ea6257a43c394d8f2ea8.tar.bz2 pttbbs-555dcc036eb9dd2cb933ea6257a43c394d8f2ea8.tar.lz pttbbs-555dcc036eb9dd2cb933ea6257a43c394d8f2ea8.tar.xz pttbbs-555dcc036eb9dd2cb933ea6257a43c394d8f2ea8.tar.zst pttbbs-555dcc036eb9dd2cb933ea6257a43c394d8f2ea8.zip |
remove debug output
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5248 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/announce.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/announce.c b/pttbbs/mbbsd/announce.c index 413c7c2e..c8eae29a 100644 --- a/pttbbs/mbbsd/announce.c +++ b/pttbbs/mbbsd/announce.c @@ -1268,7 +1268,6 @@ a_menu_rec(const char *maintitle, const char *path, (ptr = strrchr(me.mtitle, '['))) me.level = is_uBM(ptr + 1, cuser.userid); } - vmsgf("me level: %d\n", me.level); me.page = A_INVALID_PAGE; if (preselect && !*preselect) |