Skip to content

Commit 66e1d18

Browse files
committed
Update script.js
1 parent 2fece35 commit 66e1d18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/project-version-detector/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export default async function ({ feature, console }) {
22
ScratchTools.waitForElements("div.share-date", function (shareDateDiv) {
33
const shareDateSpan = shareDateDiv.querySelector("span");
4-
console.log(shareDateSpan)
54

65
if (shareDateSpan) {
76
const shareDate = shareDateSpan.textContent.trim();

0 commit comments

Comments
 (0)