Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSchuetz97 committed Jan 24, 2022
1 parent 9aa29ec commit 638aaff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import io.github.alexanderschuetz97.nativeutils.api.exceptions.UnknownNativeErrorException;
import io.github.alexanderschuetz97.nativeutils.api.structs.GUID;

import java.math.BigInteger;
import java.nio.file.FileAlreadyExistsException;
import java.util.ArrayList;
import java.util.Collection;
Expand Down Expand Up @@ -167,7 +166,6 @@ public WindowsPCI(WindowsIvshmemPCIDevice device, Executor executor, Thread.Unca
for (int i = 0; i < ownVectors.length; i++) {
in.set(0, (byte) 0, in.size());
ownVectors[i] = nativeUtil.CreateEventA(0, false, false, null);
System.out.println(new BigInteger(Long.toHexString(ownVectors[i]), 16).toString());
in.write(0, (short) i);
in.write(8, ownVectors[i]);

Expand Down

0 comments on commit 638aaff

Please sign in to comment.