mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
got rid of debug msg
This commit is contained in:
parent
d05c34b73c
commit
68e1937a5c
@ -250,8 +250,6 @@ stock SQL_QueryAndIgnore(Handle:db, const queryfmt[], {Float,_}:...)
|
||||
|
||||
vformat(query, sizeof(query)-1, queryfmt, 3)
|
||||
|
||||
server_print("simple query: %s", query)
|
||||
|
||||
hQuery = SQL_PrepareQuery(db, "%s", query);
|
||||
|
||||
if (SQL_Execute(hQuery))
|
||||
|
Loading…
Reference in New Issue
Block a user