Skip to content

Commit 7dae40b

Browse files
committed
Commented out screenlog.js.
We do not need it.
1 parent dd10e87 commit 7dae40b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/utils.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,12 @@ export function getCompleteHtml(html, css, js, item, isForExport) {
291291
html +
292292
'\n';
293293

294-
if (!isForExport) {
295-
contents +=
296-
'<script src="' +
297-
(`/screenlog.js`) +
298-
'"></script>';
299-
}
294+
// if (!isForExport) {
295+
// contents +=
296+
// '<script src="' +
297+
// (`/screenlog.js`) +
298+
// '"></script>';
299+
// }
300300
contents += '<script src="' + getUrl(Vue) + '"></script>';
301301
contents += '<script src="' + getUrl(Vuex) + '"></script>';
302302
contents += '<script src="' + getUrl(vueSequence) + '"></script>';

0 commit comments

Comments
 (0)