mirror of
https://github.com/corda/corda.git
synced 2025-01-20 11:39:09 +00:00
remove debug logging
This commit is contained in:
parent
75b79e133e
commit
0f1a9bc77e
@ -59,11 +59,6 @@ class DirectoryElement: public Element {
|
|||||||
const char* file = append(s, this->name, "/", name);
|
const char* file = append(s, this->name, "/", name);
|
||||||
System::Region* region;
|
System::Region* region;
|
||||||
System::Status status = s->map(®ion, file);
|
System::Status status = s->map(®ion, file);
|
||||||
|
|
||||||
if (status) {
|
|
||||||
fprintf(stderr, "%s not found\n", file);
|
|
||||||
}
|
|
||||||
|
|
||||||
s->free(file);
|
s->free(file);
|
||||||
|
|
||||||
if (s->success(status)) {
|
if (s->success(status)) {
|
||||||
@ -412,8 +407,6 @@ parsePath(System* s, const char* path)
|
|||||||
memcpy(name, token.s, token.length);
|
memcpy(name, token.s, token.length);
|
||||||
name[token.length] = 0;
|
name[token.length] = 0;
|
||||||
|
|
||||||
fprintf(stderr, "path element: %s\n", name);
|
|
||||||
|
|
||||||
Element* e;
|
Element* e;
|
||||||
switch (s->identify(name)) {
|
switch (s->identify(name)) {
|
||||||
case System::File: {
|
case System::File: {
|
||||||
|
Loading…
Reference in New Issue
Block a user