Remove unwanted debug output

This commit is contained in:
Tony Garnock-Jones 2018-11-20 15:18:46 +00:00
parent 10e51065e5
commit 7e77915a6b
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ spawn named 'connectionHandler' {
currentFacet().addEndpoint(() => {
if (Observe.isClassOf(this.assertion)) {
console.log("Subscription", connId, ep, this.assertion.toString());
const spec = Envelope(this.assertion.get(0));
const analysis = Skeleton.analyzeAssertion(spec);
analysis.callback = Dataspace.wrap((evt, vs) => {