mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-09 17:19:45 +02:00
#1261 Removed calls to console.log
This commit is contained in:
@@ -10,7 +10,6 @@ const addSection = function(id, value) {
|
||||
if (typeof sections[id] === 'undefined') {
|
||||
sections[id] = value;
|
||||
logger.debug('Added new section :', id);
|
||||
// console.log('Added new section:', id, value)
|
||||
}
|
||||
};
|
||||
const getSections = () => sections;
|
||||
|
Reference in New Issue
Block a user