mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 12:14:07 +01:00
Removed some console statememnts and updated version
This commit is contained in:
@@ -71,7 +71,6 @@ export const draw = function(text, id) {
|
||||
|
||||
drawActorLegend(diagram);
|
||||
bounds.insert(0, 0, LEFT_MARGIN, Object.keys(actors).length * 50);
|
||||
console.log(bounds);
|
||||
drawTasks(diagram, tasks, 0);
|
||||
|
||||
const box = bounds.getBounds();
|
||||
|
||||
Reference in New Issue
Block a user