We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c197266 commit fa601e6Copy full SHA for fa601e6
packages/state/compiler/stateProviderDirective.ts
@@ -16,7 +16,6 @@ export function stateProviderDirective(): Plugin {
16
[babelReplaceStateProviderDirective],
17
]);
18
if (result) {
19
- console.log(result.code);
20
return {
21
code: result.code || '',
22
map: result.map,
0 commit comments