Browse Source

remove test code

pull/638/head
Jon Williams 7 years ago
parent
commit
df28dbfcee
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      src/sandbox.cpp

+ 0
- 6
src/sandbox.cpp View File

@@ -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;
}



Loading…
Cancel
Save