Commit bc98f35f authored by claes's avatar claes

testprint removed

parent b72918a7
...@@ -431,7 +431,7 @@ dbs_Map(pwr_tStatus *sts, const char *filename) ...@@ -431,7 +431,7 @@ dbs_Map(pwr_tStatus *sts, const char *filename)
fd = open(filename, O_RDWR); fd = open(filename, O_RDWR);
tfd = mkstemp(tfname); tfd = mkstemp(tfname);
printf("dbs_Map:: %s -> %s\n", filename, tfname); //printf("dbs_Map:: %s -> %s\n", filename, tfname);
while (1) { while (1) {
int count; int count;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment