mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 14:49:32 +00:00 
			
		
		
		
	Commenting unnecessary console.log in datastore.js
This commit is contained in:
		@@ -8,7 +8,7 @@ module.exports = class {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    loadData() {
 | 
					    loadData() {
 | 
				
			||||||
        console.log("");
 | 
					        //console.log("");
 | 
				
			||||||
        const dataFiles = fs.readdirSync(path.join(path.dirname(__dirname), 'datastore')).filter(f => f.endsWith('.json'));
 | 
					        const dataFiles = fs.readdirSync(path.join(path.dirname(__dirname), 'datastore')).filter(f => f.endsWith('.json'));
 | 
				
			||||||
        for (const file of dataFiles) {
 | 
					        for (const file of dataFiles) {
 | 
				
			||||||
            try {
 | 
					            try {
 | 
				
			||||||
@@ -20,7 +20,7 @@ module.exports = class {
 | 
				
			|||||||
                //console.log('[ERROR] Loading ' + file + ' failed');
 | 
					                //console.log('[ERROR] Loading ' + file + ' failed');
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        console.log("");
 | 
					        //console.log("");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    checkEntry(id){
 | 
					    checkEntry(id){
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user