minor adjustment that was annoying me

This commit is contained in:
cola98765
2021-10-15 17:24:04 +02:00
parent 3fb4d16e41
commit 839a76c594
@@ -119,7 +119,6 @@ public class DataPointUtil
public static short getDepth(long dataPoint)
{
return (short) ((dataPoint >>> DEPTH_SHIFT) & DEPTH_MASK);
}