Skip to content

Commit 7ccdcf0

Browse files
committed
rm: orphaned line
1 parent 7b00411 commit 7ccdcf0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

example/src/App.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
db.doc("posts/once").set({ title: "Once-Doc" });
5252
5353
setTimeout(() => {
54-
console.log();
5554
db.doc("posts/slow").set({ title: "Slowness" });
5655
}, 5000);
5756

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.7",
2+
"version": "0.0.8",
33
"name": "sveltefire",
44
"svelte": "src/index.js",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)