mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00
#918 Removed som logging
This commit is contained in:
@@ -38,7 +38,6 @@ const sanitize = text => {
|
||||
* @param classes
|
||||
*/
|
||||
export const addVertex = function (_id, text, type, style, classes) {
|
||||
console.log('called with',_id);
|
||||
let txt
|
||||
let id = _id
|
||||
if (typeof id === 'undefined') {
|
||||
|
Reference in New Issue
Block a user