removes console.warn()

Co-authored-by: Pranav Mishra <mishrap@dickinson.edu>
This commit is contained in:
Shahir Ahmed
2025-01-25 22:12:16 -05:00
parent 16a1a90705
commit 03ff28e927

View File

@@ -48,8 +48,6 @@ function drawActorLegend(diagram) {
const conf = getConfig().journey;
const LEFT_MARGIN = conf.leftMargin;
export const draw = function (text, id, version, diagObj) {
console.warn('hello again');
console.warn(getConfig());
const conf = getConfig().journey;
const titleColor = getConfig().themeVariables.titleColor;
const titleFontSize = getConfig().themeVariables.titleFontSize;