Skip to content

Commit

Permalink
remove debuggin
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Sep 21, 2023
1 parent 0108bbf commit accf2a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui/lib/src/elements/how-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion ui/lib/src/elements/how-unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit accf2a8

Please sign in to comment.