Skip to content

Commit e6c9e34

Browse files
committed
remove console log
1 parent cbb08ad commit e6c9e34

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/compiler/phases

1 file changed

+0
-1
lines changed

packages/svelte/src/compiler/phases/scope.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ class Evaluation {
174174
binding.kind === 'bindable_prop';
175175

176176
if (!binding.updated && binding.initial !== null && !is_prop) {
177-
console.log(binding.initial);
178177
const evaluation = binding.scope.evaluate(/** @type {Expression} */ (binding.initial));
179178
for (const value of evaluation.values) {
180179
this.values.add(value);

0 commit comments

Comments
 (0)