Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Storch <henrik.storch@nextcloud.com>2022-05-03 15:50:28 +0300
committerHenrik Storch <henrik.storch@nextcloud.com>2022-05-04 14:56:40 +0300
commita7642e0ce03213399d2b12b82831d58cc5be38a6 (patch)
treece8d463d4bea4e161a9c18a0b11b4b2ee898eae0 /NextcloudTests
parente41d5b2274e628749ff3c4afb6daf9fd8e965648 (diff)
Remove debuggingfix/user-agent-text
Signed-off-by: Henrik Storch <henrik.storch@nextcloud.com>
Diffstat (limited to 'NextcloudTests')
-rw-r--r--NextcloudTests/UserAgentTests.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/NextcloudTests/UserAgentTests.swift b/NextcloudTests/UserAgentTests.swift
index c9864bb2e..f66975c21 100644
--- a/NextcloudTests/UserAgentTests.swift
+++ b/NextcloudTests/UserAgentTests.swift
@@ -58,7 +58,6 @@ class UserAgentTests: XCTestCase {
func matches(for regex: String, in text: String) throws -> [NSTextCheckingResult] {
let range = NSRange(location: 0, length: text.utf16.count)
- print(regex, text)
let regex = try NSRegularExpression(pattern: regex)
return regex.matches(in: text, range: range)
}