From df28dbfceebaa4c266d0afd602e60665dc62e3d9 Mon Sep 17 00:00:00 2001 From: Jon Williams Date: Fri, 2 Feb 2018 19:36:40 -0500 Subject: [PATCH] remove test code --- src/sandbox.cpp | 6 ------ 1 file changed, 6 deletions(-) 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; }