Removed comment bloat

This commit is contained in:
2020-12-29 00:47:40 +01:00
parent 5c17a540ee
commit b026c4d7a7
3 changed files with 3 additions and 36 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class osu_cacher
public function get_cached_path(string $path) : string
{
return str_replace($this->root, $this->cache_root, $path);
return str_replace($this->root, $this->cache_root, $path) . ".json";
}
public function is_cached(string $path) : bool