Aakansha Doshi 1 năm trước cách đây
mục cha
commit
23ee054025
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/utils/export.ts

+ 1 - 1
packages/utils/export.ts

@@ -171,7 +171,7 @@ export const exportToSvg = async ({
   exportPadding?: number;
   renderEmbeddables?: boolean;
 }): Promise<SVGSVGElement> => {
-  console.log("HIIII FROM UTILS WORKSPACE");
+  console.info("HIIII FROM UTILS WORKSPACE");
 
   const { elements: restoredElements, appState: restoredAppState } = restore(
     { elements, appState },