1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00

ConnectioNInfo

- Removed debug print in `getDB(string)`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-25 14:26:44 +02:00
parent 1da039dcb2
commit fe578c74b8

View File

@ -158,8 +158,6 @@ public shared struct ConnectionInfo
*/ */
public T getDB(T)(string key) public T getDB(T)(string key)
{ {
import std.stdio;
writeln("GETDB: '"~key~"' with len ", key.length);
if(key in db) if(key in db)
{ {
/* Attempt conversion into T */ /* Attempt conversion into T */