Remove debug console output while scanning
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
b46c505b77
commit
7fb65d04d5
@ -689,9 +689,6 @@ module.exports = {
|
|||||||
return findOrUpdateDBAsset(transaction, asset).then(function(asset) {
|
return findOrUpdateDBAsset(transaction, asset).then(function(asset) {
|
||||||
if (!asset.scanned) {
|
if (!asset.scanned) {
|
||||||
newEntries++;
|
newEntries++;
|
||||||
if (newEntries == 5) {
|
|
||||||
console.log(asset);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if (!asset.scanned || asset.scanned < asset.stats.mtime || !asset.modified) {
|
if (!asset.scanned || asset.scanned < asset.stats.mtime || !asset.modified) {
|
||||||
needsProcessing.push(asset);
|
needsProcessing.push(asset);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user