Răsfoiți Sursa

Убрал дебаг

Book Pauk 4 ani în urmă
părinte
comite
b9d7a6a3bb
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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,