summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/web.vala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/web.vala b/src/web.vala
index b48ea4c..ff2b8ce 100644
--- a/src/web.vala
+++ b/src/web.vala
@@ -846,8 +846,6 @@ public class WebServer {
end = now;
}
-
- new Dialog("Begin: %s\nEnd: %s".printf(begin.to_string(), end.to_string()));
var gen = new Json.Generator();
var root = new Json.Node(Json.NodeType.ARRAY);
var array = new Json.Array();