tools: cleanup a dump() from vwatch.v

pull/12358/head
Delyan Angelov 2021-11-02 09:29:12 +02:00
parent 1d1793ec34
commit 4ed6fb0e9b
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ const ccontext = Context{
} }
fn main() { fn main() {
dump(scan_timeout_s)
mut context := unsafe { &Context(voidptr(&ccontext)) } mut context := unsafe { &Context(voidptr(&ccontext)) }
context.pid = os.getpid() context.pid = os.getpid()
context.vexe = os.getenv('VEXE') context.vexe = os.getenv('VEXE')