Removed one more instance of /notes2
This commit is contained in:
parent
f3e16207a6
commit
bbce399bc3
2 changed files with 4 additions and 4 deletions
6
main.go
6
main.go
|
|
@ -275,9 +275,9 @@ func actionSyncFromServer(w http.ResponseWriter, r *http.Request) { // {{{
|
|||
}
|
||||
|
||||
/*
|
||||
Log.Debug("/sync/from_server", "num_nodes", len(nodes), "maxSeq", maxSeq)
|
||||
foo, _ := json.Marshal(nodes)
|
||||
os.WriteFile(fmt.Sprintf("/tmp/nodes-%d.json", offset), foo, 0644)
|
||||
Log.Debug("/sync/from_server", "num_nodes", len(nodes), "maxSeq", maxSeq)
|
||||
foo, _ := json.Marshal(nodes)
|
||||
os.WriteFile(fmt.Sprintf("/tmp/nodes-%d.json", offset), foo, 0644)
|
||||
*/
|
||||
|
||||
j, _ := json.Marshal(struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue