We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fece35 commit 66e1d18Copy full SHA for 66e1d18
features/project-version-detector/script.js
@@ -1,7 +1,6 @@
1
export default async function ({ feature, console }) {
2
ScratchTools.waitForElements("div.share-date", function (shareDateDiv) {
3
const shareDateSpan = shareDateDiv.querySelector("span");
4
- console.log(shareDateSpan)
5
6
if (shareDateSpan) {
7
const shareDate = shareDateSpan.textContent.trim();
0 commit comments