chore: Remove console.log left in code and added eslint rule to prevent it happening again
This commit is contained in:
@@ -85,7 +85,6 @@ function getNewState({
|
||||
}
|
||||
);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
const errorNode = document.getElementById(
|
||||
"d" + "mermaid-diagram-" + diagramId
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user