mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-10 17:39:15 +00:00
remove unused log lines projection
This commit is contained in:
parent
8c8b600ab8
commit
24007ff7ff
8
db.js
8
db.js
@ -94,14 +94,6 @@ exports.init = function(dbPath, params, callback) {
|
||||
value: function(logLine) {
|
||||
return _(logLine).pick('number', 'text');
|
||||
}
|
||||
},
|
||||
{
|
||||
key: {
|
||||
buildId: 1
|
||||
},
|
||||
value: function(logLine) {
|
||||
return _(logLine).pick('number', 'text');
|
||||
}
|
||||
}
|
||||
],
|
||||
withUniqueId: false
|
||||
|
@ -53,7 +53,7 @@ exports.init = function(app, callback) {
|
||||
Steppy(
|
||||
function() {
|
||||
db.logLines.find({
|
||||
start: {buildId: buildId, numberStr: 0},
|
||||
start: {buildId: buildId, numberStr: ''},
|
||||
}, this.slot());
|
||||
},
|
||||
function(err, lines) {
|
||||
|
Loading…
Reference in New Issue
Block a user