Skip to content

Commit 76913d7

Browse files
Update script.js
1 parent 3a5c975 commit 76913d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ function printQuote () {
189189
if (quotes.year) {quoteString += `<span class="year">${quotes.year}</span></p>`}
190190
else {quoteString += '</p>'};
191191
quoteContainer.innerHTML = quoteString;
192-
console.log(quoteString);
193192

194193
//assigns random color value to document background color
195194
document.body.style.backgroundColor = getRandomColor ();

0 commit comments

Comments
 (0)