diff --git a/cmd/syncthing/traceback.go b/cmd/syncthing/traceback.go index c61b29a5..86a9dbd8 100644 --- a/cmd/syncthing/traceback.go +++ b/cmd/syncthing/traceback.go @@ -14,4 +14,3 @@ func init() { // We want all (our) goroutines in panic traces. debug.SetTraceback("all") } -