Cleanup and improvements
[src/xds/xds-server.git] / lib / syncthing / folder-st.go
index 7e1fe55..ae95b27 100644 (file)
@@ -57,8 +57,6 @@ func (f *STFolder) Add(cfg folder.FolderConfig) (*folder.FolderConfig, error) {
 
        f.fConfig = cfg
 
-       f.fConfig.DataCloudSync.BuilderSThgID = f.st.MyID // FIXME - should be removed after local ST config rework
-
        // Update Syncthing folder
        // (expect if status is ErrorConfig)
        // TODO: add cache to avoid multiple requests on startup