diff --git a/light9/web/graph.coffee b/light9/web/graph.coffee --- a/light9/web/graph.coffee +++ b/light9/web/graph.coffee @@ -65,9 +65,9 @@ class window.SyncedGraph applyAndSendPatch: (patch, cb) -> @applyPatch(patch) - #console.log('patch to server:') - #console.log(' delete:', JSON.stringify(patch.delQuads)) - #console.log(' add:', JSON.stringify(patch.addQuads)) + console.log('patch to server:') + console.log(' delete:', JSON.stringify(patch.delQuads)) + console.log(' add:', JSON.stringify(patch.addQuads)) # post to server applyPatch: (patch) ->