mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 13:29:40 +02:00
Removed some log statements
This commit is contained in:
@@ -538,9 +538,9 @@ const handleDirective = function (p, directive, type) {
|
||||
delete directive.args[prop];
|
||||
}
|
||||
});
|
||||
console.log('sanitize in handleDirective', directive.args);
|
||||
log.debug('sanitize in handleDirective', directive.args);
|
||||
directiveSanitizer(directive.args);
|
||||
console.log('sanitize in handleDirective (done)', directive.args);
|
||||
log.debug('sanitize in handleDirective (done)', directive.args);
|
||||
reinitialize(directive.args);
|
||||
configApi.addDirective(directive.args);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user