Skip to content

Commit b113fc8

Browse files
committed
Fix test error
1 parent 02b18bf commit b113fc8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cls/SourceControl/Git/Settings.cls

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,12 @@ Property environmentName As %String(MAXLEN = "") [ InitialExpression = {##class(
7171
/// Whether the branch should or should not be locked down from changing namespaces
7272
Property lockBranch As %Boolean [ InitialExpression = {##class(SourceControl.Git.Utils).LockBranch()} ];
7373

74-
7574
/// Whether we are using OAuth for https
7675
Property OAuth As %Boolean [ InitialExpression = {##class(SourceControl.Git.Utils).UsingOAuth()} ];
7776

7877
/// (Optional) A namespace-specific string that may be included in mapping configurations as <token> to support multi-namespace repositories
7978
Property mappingsToken As %String(MAXLEN = "") [ InitialExpression = {##class(SourceControl.Git.Utils).MappingsToken()} ];
8079

81-
8280
Property Mappings [ MultiDimensional ];
8381

8482
Property favoriteNamespaces As %DynamicArray;
@@ -193,8 +191,6 @@ Method %Save() As %Status
193191
// no-op; user might not have privileges.
194192
}
195193

196-
do ##class(SourceControl.Git.Utils).SetConfiguredRemote(..gitRemoteURL)
197-
198194

199195

200196
// update value of basicUserMode to reflect the updated setting for basicMode
@@ -602,4 +598,3 @@ ClassMethod GetRemoteType(remoteURL As %String) As %String
602598
}
603599

604600
}
605-

0 commit comments

Comments
 (0)