Skip to content

Commit 1240819

Browse files
committed
Removing debugging code.
1 parent 2e9ca9b commit 1240819

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Plugin/GraphQL/TypeSystemPluginManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public function createInstance($pluginId, array $configuration = []) {
102102
}
103103
catch (\Exception $exception) {
104104
$this->logger->warning(sprintf('Plugin %s could not be added to the GraphQL schema: %s', $pluginId, $exception->getMessage()));
105-
$this->instances[$pluginId]->buildConfig($this->schemaManager);
106105
$this->instances[$pluginId] = NULL;
107106
}
108107
}

0 commit comments

Comments
 (0)