diff --git a/src/sandbox.cpp b/src/sandbox.cpp index e6cfdb5d..3d4840d1 100644 --- a/src/sandbox.cpp +++ b/src/sandbox.cpp @@ -73,12 +73,6 @@ bool sandboxInit() { info("Sandbox initialized!"); } sandbox_free_error(error_buff); - - FILE *file2 = fopen("/Users/jon/Documents/mg.txt", "rb"); - if(!file2) { - info("Couldn't read private file"); - } - return success; }