From 4e25f8e9bdad737a607dd2f8ac16f9ec2720b5e5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 17 Oct 2016 14:05:02 +0200 Subject: removing debug output --- src/hub/src/spreadspace.org/sfive/s5store.go | 2 +- src/hub/test-srv | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src/hub') diff --git a/src/hub/src/spreadspace.org/sfive/s5store.go b/src/hub/src/spreadspace.org/sfive/s5store.go index fb6181d..671d571 100644 --- a/src/hub/src/spreadspace.org/sfive/s5store.go +++ b/src/hub/src/spreadspace.org/sfive/s5store.go @@ -332,7 +332,7 @@ func (s sqliteStore) Append(update StatisticsData) (err error) { } du, cd, src, tags := updateFromStatisticsData(update) - s5l.Printf("blah: %v", du) + //s5l.Printf("blah: %v", du) err = s.appendItem(du, cd, src, tags) if err != nil { tx.Rollback() diff --git a/src/hub/test-srv b/src/hub/test-srv index 7ba3e7a..254549a 100755 --- a/src/hub/test-srv +++ b/src/hub/test-srv @@ -1,5 +1,4 @@ #!/bin/sh rm -f /run/sfive/pipe /run/sfive/pipegram -./bin/sfive-hub -db /var/lib/sfive/db.sqlite -start-pipe-server -pipe /var/run/sfive/pipe -start-pipegram-server -pipegram /var/run/sfive/pipegram -start-web-server -viz-dir "$(pwd)/../viz" -bind=":8001" -forward-url="http://localhost:8000" - +./bin/sfive-hub -db /var/lib/sfive/db.sqlite -start-pipe-server -pipe /var/run/sfive/pipe -start-pipegram-server -pipegram /var/run/sfive/pipegram -start-web-server -viz-dir "$(pwd)/../viz" -bind=":8001" -- cgit v1.2.3