From 24cbc9725f925ab5ac1c960dcee3bd3c4dab06eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexe=C3=AF=20KADIR?= Date: Mon, 19 Feb 2024 19:30:17 +0100 Subject: [PATCH] Removed testing code --- src/sandbox.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/sandbox.c b/src/sandbox.c index b3a7621..582fe7f 100755 --- a/src/sandbox.c +++ b/src/sandbox.c @@ -67,13 +67,6 @@ int main(int argc, char** argv) { } // TODO: Parse commands from the command line - while (1) { - char* backing2; - result_t result = add_backing(&backing2, "test2"); - if (result != success()) { - fprintf(stderr, "Failed to add backing: %s\n", error()); - } - } } int command_help(int argc, char* argv[]) {