ref: 8e31146d45d0612b82a5438012e6ed03be3995a9
parent: a4f141bd3a1af74816c85f8266ee1125437698eb
author: Noam Preil <noam@pixelhero.dev>
date: Thu Jul 4 15:20:54 EDT 2024
drop debug print
--- a/neoventi.c
+++ b/neoventi.c
@@ -75,7 +75,6 @@
char buf[8192];
if(fd < 0 || dir == nil)
sysfatal("unable to open config '%s'", configpath);
- print("len: %d\n", dir->length);
if(dir->length > 256*1024){
// Config partition
vlong w = pread(fd, buf, 8192, 248*1024);