Skip to content

Commit e6df563

Browse files
committed
remove comments
1 parent d024166 commit e6df563

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hooks/useFeatureDraw.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const useFeatureDraw = (props: useFeatureDrawProps) => {
3030

3131
const cleanup = () => {
3232
if (draw.current) {
33-
// Proper cleanup sequence
3433
draw.current.stop();
3534
draw.current.clear();
3635
draw.current = null;
@@ -70,7 +69,6 @@ const useFeatureDraw = (props: useFeatureDrawProps) => {
7069
if (!draw.current) return;
7170

7271
try {
73-
// Start TerraDraw if not already started
7472
if (!isDrawing) {
7573
draw.current.start();
7674
}

0 commit comments

Comments
 (0)