We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb08ad commit e6c9e34Copy full SHA for e6c9e34
packages/svelte/src/compiler/phases/scope.js
@@ -174,7 +174,6 @@ class Evaluation {
174
binding.kind === 'bindable_prop';
175
176
if (!binding.updated && binding.initial !== null && !is_prop) {
177
- console.log(binding.initial);
178
const evaluation = binding.scope.evaluate(/** @type {Expression} */ (binding.initial));
179
for (const value of evaluation.values) {
180
this.values.add(value);
0 commit comments