Remove narf output
This commit is contained in:
@@ -343,7 +343,6 @@ int walk(int argc, char **args) {
|
|||||||
auto fs = createFileSystem(fsBuff, fsSize);
|
auto fs = createFileSystem(fsBuff, fsSize);
|
||||||
if (fs) {
|
if (fs) {
|
||||||
fs->walk([](const char *type, uint64_t start, uint64_t end) {
|
fs->walk([](const char *type, uint64_t start, uint64_t end) {
|
||||||
cout << "narf\n";
|
|
||||||
cout << type << ", start: " << start << ", end: " << end << endl;
|
cout << type << ", start: " << start << ", end: " << end << endl;
|
||||||
return 0;
|
return 0;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user