remove debug from room search

This commit is contained in:
Brandon Cornejo 2019-09-23 10:06:22 -05:00
parent 7dc0cc7e13
commit 479236e93a

View File

@ -296,8 +296,6 @@
#format {query} {SELECT room_id, map_id, room_short, room_type, INSTR(room_short, '%s') pos FROM rooms WHERE pos > 0 LIMIT 10;} {$search_term};
}
#showme {Search Map: $query};
#format {db_command} {sqlite3 -separator ";" src/quow.db "%s"} {$query};
#script {room_query_result} {$db_command};
#list {room_query_result} {size} {room_result_size};