Explorar o código

Убрал дебаг

Book Pauk %!s(int64=4) %!d(string=hai) anos
pai
achega
b9d7a6a3bb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      client/store/modules/reader.js

+ 0 - 1
client/store/modules/reader.js

@@ -95,7 +95,6 @@ const fonts = [
 //webFonts: [{css: 'https://fonts.googleapis.com/css?family=Alegreya', name: 'Alegreya', fontVertShift: 0}, ...],
 const webFonts = [];
 for (const family of googleFonts) {
-console.log(`https://fonts.googleapis.com/css?family=${family.replace(/\s/g, '+')}`);    
     webFonts.push({
         css: `https://fonts.googleapis.com/css?family=${family.replace(/\s/g, '+')}`,
         name: family,