Skip to content

Commit 58bd272

Browse files
committed
Removed test code
1 parent 3b690a4 commit 58bd272

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/create-server.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,7 @@ function createServer (argv, app) {
100100
// Setup Express app
101101
if (ldp.live) {
102102
const solidWs = SolidWs(server, ldpApp)
103-
console.log(solidWs.publish)
104103
ldpApp.locals.ldp.live = solidWs.publish.bind(solidWs)
105-
// setInterval(() => {
106-
// console.log("publishing")
107-
// ldpApp.locals.ldp.live("https://jackson.localhost:8443/profile/card#me")
108-
// }, 1000)
109104
}
110105

111106
return server

0 commit comments

Comments
 (0)