aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dict
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-12-06 18:05:27 +0000
committerrsc <devnull@localhost>2003-12-06 18:05:27 +0000
commite97ceade5e1bba5787e39429384336fa37797906 (patch)
tree1353f5aa99b04e9c030ecc89cd7b526cb814090d /src/cmd/dict
parentc715a6127a46b8090591972b5c4bb04dfabbca8b (diff)
downloadplan9port-e97ceade5e1bba5787e39429384336fa37797906.tar.gz
plan9port-e97ceade5e1bba5787e39429384336fa37797906.tar.bz2
plan9port-e97ceade5e1bba5787e39429384336fa37797906.zip
various tweaks.
Diffstat (limited to 'src/cmd/dict')
-rw-r--r--src/cmd/dict/dict.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/dict/dict.c b/src/cmd/dict/dict.c
index 00534ea0..dccd3037 100644
--- a/src/cmd/dict/dict.c
+++ b/src/cmd/dict/dict.c
@@ -230,7 +230,6 @@ execcmd(int cmd)
if(debug && doall && cmd == 'a')
Bprint(bout, "%d entries, cur=%d\n", dot->n, cur+1);
for(;;){
-print("execcmd dot->n %d\n", dot->n);
if(cur >= dot->n)
break;
if(doall) {