quasar-ui-danx 0.4.26 → 0.4.27

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quasar-ui-danx",
3
- "version": "0.4.26",
3
+ "version": "0.4.27",
4
4
  "author": "Dan <dan@flytedesk.com>",
5
5
  "description": "DanX Vue / Quasar component library",
6
6
  "license": "MIT",
@@ -384,7 +384,6 @@ export function parseMarkdownCode(string: string): string {
384
384
  * ie: a valid JSON string with a ```json prefix and ``` postfix
385
385
  */
386
386
  export function fMarkdownCode(type: string, string: string | object): string {
387
- console.log("formatting", type, string);
388
387
  if (typeof string === "object" || isJSON(string)) {
389
388
  switch (type) {
390
389
  case "yaml":