projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4a9ee0c
)
Remove debug printf
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Tue, 22 Mar 2016 14:40:28 +0000 (15:40 +0100)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Tue, 29 Mar 2016 14:51:34 +0000 (16:51 +0200)
moves.c
patch
|
blob
|
history
diff --git
a/moves.c
b/moves.c
index
08de082
..
c8f8039
100644
(file)
--- a/
moves.c
+++ b/
moves.c
@@
-241,7
+241,6
@@
LoadPieceDesc (char *s)
char *r, *p, *q = s;
int ok = TRUE, promoted, c;
while(q && *s) {
-printf("pstring = %s\n", s);
p = s;
q = strchr(s, ';');
if(q) *q = 0, s = q+1;