forked from hans/Nominatim
nicer formatting for Geocode debug output
This commit is contained in:
11
lib/DebugNone.php
Normal file
11
lib/DebugNone.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Nominatim;
|
||||
|
||||
class Debug
|
||||
{
|
||||
public static function __callStatic($name, $arguments)
|
||||
{
|
||||
// nothing
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user