From 405e52004060d6db628010c8593d5663ea1f3032 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 2 Jun 2023 09:36:48 -0300 Subject: Revert "infra: report who sourced unfulfilled relations" This reverts commit e09e11f1b933fa67f07c9f5e4340466f89672c8b. --- src/write/build-modes/live-dev-server.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/write/build-modes') diff --git a/src/write/build-modes/live-dev-server.js b/src/write/build-modes/live-dev-server.js index 3d29a83f..10b40cf0 100644 --- a/src/write/build-modes/live-dev-server.js +++ b/src/write/build-modes/live-dev-server.js @@ -33,7 +33,6 @@ import { flattenRelationsTree, getRelationsTree, getNeededContentDependencyNames, - sourceAnnotation, } from '../../content-function.js'; const defaultHost = '0.0.0.0'; @@ -430,16 +429,11 @@ export async function go({ const slotResults = {}; - function runContentFunction({ - name, - args, - relations: flatRelations, - [sourceAnnotation]: sourceName, - }) { + function runContentFunction({name, args, relations: flatRelations}) { const contentFunction = fulfilledContentDependencies[name]; if (!contentFunction) { - throw new Error(`Content function ${name} unfulfilled or not listed (from ${sourceName})`); + throw new Error(`Content function ${name} unfulfilled or not listed`); } const sprawl = -- cgit 1.3.0-6-gf8a5