diff --git a/ui/lib/src/elements/how-controller.ts b/ui/lib/src/elements/how-controller.ts index 4efa3dc..5665f70 100644 --- a/ui/lib/src/elements/how-controller.ts +++ b/ui/lib/src/elements/how-controller.ts @@ -328,7 +328,6 @@ export class HowController extends ScopedElementsMixin(LitElement) { documents: node.val.documents.map(h=>{ const d = docs[encodeHashToBase64(h)] if (!d) { - console.log("FIxxxSH", path) return {error:"not found",hash:encodeHashToBase64(h)} } return this.serializeDocument(d) diff --git a/ui/lib/src/elements/how-unit.ts b/ui/lib/src/elements/how-unit.ts index d90e38a..7ac39af 100644 --- a/ui/lib/src/elements/how-unit.ts +++ b/ui/lib/src/elements/how-unit.ts @@ -92,7 +92,6 @@ export class HowUnit extends ScopedElementsMixin(LitElement) { const unit: Unit = this._units.value[this.currentUnitEh] const unitInfo: UnitInfo = this._unitsInfos.value[this.currentUnitEh] const process_path = unit.processPathForState(unitInfo.state) - console.log("cprod path", process_path) // TODO we should be using a unitHash, not a process path to prevent dups const docInfo = await this._store.getCurrentDocumentPull(process_path, undefined) const threshold = docInfo?.content.getSection("threshold")