mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
removes console.warn()
Co-authored-by: Pranav Mishra <mishrap@dickinson.edu>
This commit is contained in:
@@ -48,8 +48,6 @@ function drawActorLegend(diagram) {
|
|||||||
const conf = getConfig().journey;
|
const conf = getConfig().journey;
|
||||||
const LEFT_MARGIN = conf.leftMargin;
|
const LEFT_MARGIN = conf.leftMargin;
|
||||||
export const draw = function (text, id, version, diagObj) {
|
export const draw = function (text, id, version, diagObj) {
|
||||||
console.warn('hello again');
|
|
||||||
console.warn(getConfig());
|
|
||||||
const conf = getConfig().journey;
|
const conf = getConfig().journey;
|
||||||
const titleColor = getConfig().themeVariables.titleColor;
|
const titleColor = getConfig().themeVariables.titleColor;
|
||||||
const titleFontSize = getConfig().themeVariables.titleFontSize;
|
const titleFontSize = getConfig().themeVariables.titleFontSize;
|
||||||
|
Reference in New Issue
Block a user