]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/DebugNone.php
nicer formatting for Geocode debug output
[nominatim.git] / lib / DebugNone.php
diff --git a/lib/DebugNone.php b/lib/DebugNone.php
new file mode 100644 (file)
index 0000000..e2d18b2
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+namespace Nominatim;
+
+class Debug
+{
+    public static function __callStatic($name, $arguments)
+    {
+        // nothing
+    }
+}