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