- remove deprecated method from folder.go
This commit is contained in:
parent
5806eb37c0
commit
081d93752d
|
|
@ -10,9 +10,5 @@ func (wc *WorkflowController) CreateFolder(name string) (*d.Folder, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
/* Experimental call:
|
||||
wc.iCloud.ShareToExternals(cloud)
|
||||
*/
|
||||
|
||||
return cloud, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue