smipper 12.0.0 → 13.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -127,7 +127,6 @@ function loadUri(path) {
|
|
|
127
127
|
// console.log(mapUrl);
|
|
128
128
|
return (new url.URL(mapUrl, path)).href;
|
|
129
129
|
}).then(mapUrl => {
|
|
130
|
-
console.log(mapUrl.substr(0, 20));
|
|
131
130
|
if (mapUrl.startsWith("base64,")) {
|
|
132
131
|
return Buffer.from(mapUrl.substr(7), "base64").toString();
|
|
133
132
|
}
|