There was an error while loading. Please reload this page.
1 parent 3a5c975 commit 76913d7Copy full SHA for 76913d7
js/script.js
@@ -189,7 +189,6 @@ function printQuote () {
189
if (quotes.year) {quoteString += `<span class="year">${quotes.year}</span></p>`}
190
else {quoteString += '</p>'};
191
quoteContainer.innerHTML = quoteString;
192
-console.log(quoteString);
193
194
//assigns random color value to document background color
195
document.body.style.backgroundColor = getRandomColor ();
0 commit comments