projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c512f1
)
Those debug prints aren't necessary anymore
author
Samual Lenks <samual@xonotic.org>
Sun, 25 Aug 2013 22:54:38 +0000
(18:54 -0400)
committer
Samual Lenks <samual@xonotic.org>
Sun, 25 Aug 2013 22:54:38 +0000
(18:54 -0400)
qcsrc/server/command/getreplies.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/command/getreplies.qc
b/qcsrc/server/command/getreplies.qc
index
0a20807
..
c566a9b
100644
(file)
--- a/
qcsrc/server/command/getreplies.qc
+++ b/
qcsrc/server/command/getreplies.qc
@@
-288,8
+288,6
@@
string getladder()
string getmaplist()
{
- //print("^1================= Executing getmaplist()! =================\n");
-
string maplist = "", col;
float i, argc;
@@
-311,8
+309,6
@@
string getmaplist()
string getlsmaps()
{
- //print("^1================= Executing getlsmaps()! =================\n");
-
string lsmaps = "", col;
float i, newmaps;