Skip to content

Commit aa50a46

Browse files
committed
refactor: Delete useless comment in useDrawing
1 parent 04a097e commit aa50a46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/src/hooks/canvas/useDrawing.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ export const useDrawing = (
172172
currentDrawingPoints.current = [p1, curr];
173173
}
174174

175-
// currentDrawingPoints.current = [point];
176-
177175
return {
178176
type: CRDTMessageTypes.UPDATE,
179177
state: {

0 commit comments

Comments
 (0)