@botmock/export
Advanced tools
Comparing version 0.17.0 to 0.17.1
@@ -77,3 +77,2 @@ "use strict"; | ||
} | ||
console.log(entityName); | ||
return this.replaceEntityCharacters(v.text, "[", `](${entityName})`); | ||
@@ -80,0 +79,0 @@ })]; |
{ | ||
"name": "@botmock/export", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -77,4 +77,2 @@ import Exporter from '../base-exporter'; | ||
} | ||
console.log(entityName); | ||
return this.replaceEntityCharacters(v.text, "[", `](${entityName})`); | ||
@@ -81,0 +79,0 @@ })]; |
Sorry, the diff of this file is not supported yet
349693
7025