Remove debug logs
This commit is contained in:
parent
e31145bdd0
commit
6c5ebe1756
File diff suppressed because one or more lines are too long
@ -51,7 +51,6 @@ export default class Daemon {
|
||||
_setWeight(steps, value) {
|
||||
const key = create_key(steps);
|
||||
this.weights[key] = value;
|
||||
console.log('WEIGHTS', this.weights);
|
||||
}
|
||||
|
||||
_adjustWeight(steps, weight) {
|
||||
|
@ -19,8 +19,6 @@ export default class Supervisor {
|
||||
const predictions = this._createPredictions(journal);
|
||||
const ordered = this._sortPredictions(predictions);
|
||||
|
||||
console.log(ordered);
|
||||
|
||||
return ordered[0].value;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user