From 8e7cd9c04b37f09ae9a3466a3d33ccc72b57054e Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Sat, 5 May 2018 21:18:00 -0700 Subject: [PATCH] Adding sync around timeline, adding hooks for latency checks --- app/app.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/app.go b/app/app.go index b1899ee..a73348b 100644 --- a/app/app.go +++ b/app/app.go @@ -1,7 +1,6 @@ package app import ( - "git.mascherari.press/cwtch/model" "git.mascherari.press/cwtch/peer" "log" )