Skip to content

Commit bcbea7c

Browse files
authored
Remove comment from MediaWikiHostResolver (#1004)
1 parent a06a42a commit bcbea7c

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)