Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Feb 9, 2022
1 parent 454330a commit 27d465d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Page/AnnotationLayer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ export class AnnotationLayerInternal extends PureComponent {
if (onRenderAnnotationLayerSuccess) onRenderAnnotationLayerSuccess();
};

/**
* Called when a annotations fails to render.
*/
onRenderError = (error) => {
warning(error);

Expand Down

0 comments on commit 27d465d

Please sign in to comment.