]> git.openstreetmap.org Git - nominatim.git/blob - lib/DebugNone.php
website dependencies: jQuery v2.1 => 3.5, leaflet 1.3 => 1.6
[nominatim.git] / lib / DebugNone.php
1 <?php
2
3 namespace Nominatim;
4
5 class Debug
6 {
7     public static function __callStatic($name, $arguments)
8     {
9         // nothing
10     }
11 }