очиска лишних логов
This commit is contained in:
@ -181,7 +181,6 @@ const fileDetect = (file) => {
|
||||
if(extension.length == 0)
|
||||
return;
|
||||
|
||||
console.log(name + ':' + extension);
|
||||
return ExtesionBase[extension];
|
||||
}
|
||||
|
||||
@ -206,9 +205,6 @@ const torrentTypeDetect = (torrent, files) => {
|
||||
});
|
||||
if(priority.length > 0)
|
||||
torrent[ContentTypeProp] = priority[0];
|
||||
|
||||
console.log(typesPriority);
|
||||
console.log(priority);
|
||||
}
|
||||
|
||||
module.exports = torrentTypeDetect;
|
Reference in New Issue
Block a user