Skip to content

Commit a984519

Browse files
ibesoragithub-actions[bot]
authored andcommitted
Remove console.log when using appearances
GitOrigin-RevId: 4c8e9267831d9c665502dd982e00cff79b11c914
1 parent cec0a86 commit a984519

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/data/bucket/symbol_bucket.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,6 @@ class SymbolBucket implements Bucket {
11391139
featureData.isUsingAppearanceIconVertexData = false;
11401140
return {vertexOffsetDelta: layoutNumVertices, hasChanges: true};
11411141
}
1142-
console.log('Not updating');
11431142
return {vertexOffsetDelta: symbolInstance.numIconVertices, hasChanges: false};
11441143
}
11451144

0 commit comments

Comments
 (0)