Skip to content

Commit 93f8d7e

Browse files
committed
Remove commented out code
1 parent a362f3a commit 93f8d7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/php/peer/ftp/unittest/TestingStorage.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ public function createEntry($clientId, $uri, $type) {
108108
*/
109109
public function lookup($clientId, $uri) {
110110
$qualified= $this->normalize($this->base[$clientId], $uri);
111-
// Logger::getInstance()->getCategory()->warn('*** LOOKUP', $qualified, $this->entries[$qualified]);
112111
return $this->entries[$qualified] ?? null;
113112
}
114113

0 commit comments

Comments
 (0)