Skip to content

Commit b008bc3

Browse files
committed
chore: clean code
1 parent b24e78d commit b008bc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Utils/segmentation/DrawToolCore.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,7 @@ export class DrawToolCore extends CommToolsData {
970970
}
971971
// drawing canvas mouse zoom wheel
972972
configMouseZoomWheel() {
973-
console.log("daaadaadsa");
974-
973+
975974
let moveDistance = 1;
976975
const handleMouseZoomSliceWheelMove = (e: WheelEvent) => {
977976
if (this.protectedData.Is_Shift_Pressed) {

0 commit comments

Comments
 (0)