From 0689506c473d0087210f00ca0ae33c3a1813b94b Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 9 Sep 2017 23:33:23 -0500 Subject: [PATCH] Remove narf output --- src/ox/fs/oxfstool.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ox/fs/oxfstool.cpp b/src/ox/fs/oxfstool.cpp index 4d52e5b32..768e73fac 100644 --- a/src/ox/fs/oxfstool.cpp +++ b/src/ox/fs/oxfstool.cpp @@ -343,7 +343,6 @@ int walk(int argc, char **args) { auto fs = createFileSystem(fsBuff, fsSize); if (fs) { fs->walk([](const char *type, uint64_t start, uint64_t end) { - cout << "narf\n"; cout << type << ", start: " << start << ", end: " << end << endl; return 0; });