Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 8ac9893

Browse files
committed
clear dbg
1 parent 94d328b commit 8ac9893

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/syscalls/business_logic_syscall_handler.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ impl<'a, S: StateReader> BusinessLogicSyscallHandler<'a, S> {
451451
remaining_gas: u128,
452452
vm: &mut VirtualMachine,
453453
) -> Result<SyscallResponse, SyscallHandlerError> {
454-
dbg!(&request);
455454
match request {
456455
SyscallRequest::LibraryCall(req) => self.library_call(vm, req, remaining_gas),
457456
SyscallRequest::CallContract(req) => self.call_contract(vm, req, remaining_gas),

0 commit comments

Comments
 (0)