Verified Commit e042cb88 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

tmp: remove evil log

parent 8653b1f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ void start_interception() {
void stop_interception() {
    assert(CTX->initialized());
#ifndef NDEBUG
    CTX->log()->debug("Deactivating interception of syscalls");
    //CTX->log()->debug("Deactivating interception of syscalls");
#endif
    // Reset callback function pointer
    intercept_hook_point = nullptr;