Skip to content

Commit 14b4c91

Browse files
committed
Remove comment from MediaWikiHostResolver
1 parent 359c84f commit 14b4c91

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

app/Services/MediaWikiHostResolver.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ class MediaWikiHostResolver {
2323
'mw1.43-wbs1' => '143',
2424
];
2525

26-
// https://phabricator.wikimedia.org/T409530
27-
// This service could have other methods in future, e.g. getBackendHostForWiki()
28-
// public function getBackendHostForWiki(Wiki $wiki): string {
29-
// return $this->getBackendHostForDomain($wiki->domain);
30-
// }
31-
3226
/**
3327
* @throws UnknownDBVersionException
3428
* @throws UnknownWikiDomainException

0 commit comments

Comments
 (0)