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

tmp: remove evil log

parent 6930d8e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,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;