mirror of
https://github.com/corda/corda.git
synced 2025-01-20 03:36:29 +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);
|
||||
System::Region* region;
|
||||
System::Status status = s->map(®ion, file);
|
||||
|
||||
if (status) {
|
||||
fprintf(stderr, "%s not found\n", file);
|
||||
}
|
||||
|
||||
s->free(file);
|
||||
|
||||
if (s->success(status)) {
|
||||
@ -412,8 +407,6 @@ parsePath(System* s, const char* path)
|
||||
memcpy(name, token.s, token.length);
|
||||
name[token.length] = 0;
|
||||
|
||||
fprintf(stderr, "path element: %s\n", name);
|
||||
|
||||
Element* e;
|
||||
switch (s->identify(name)) {
|
||||
case System::File: {
|
||||
|
Loading…
Reference in New Issue
Block a user