Skip to content

Commit 11b164a

Browse files
authored
Remove dummy log file (used to be transitional) (#116)
1 parent 066b518 commit 11b164a

File tree

1 file changed

+0
-5
lines changed
  • vulkan-worker/src/android/src/main/cpp

1 file changed

+0
-5
lines changed

vulkan-worker/src/android/src/main/cpp/main.cc

-5
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ void android_main(struct android_app* state) {
171171
assert(app_data->uniform_file != nullptr);
172172
}
173173

174-
FILE *logfile = fopen("/sdcard/graphicsfuzz/log.txt", "w");
175-
assert(logfile != nullptr);
176-
fprintf(logfile, "Dummy log for new vulkan worker\n");
177-
fclose(logfile);
178-
179174
// Android: loop on things to do
180175
while (1) {
181176
int events;

0 commit comments

Comments
 (0)