mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Removed stray Console.Log entries
This commit is contained in:
@@ -25,8 +25,6 @@ public partial class LdapService : IDisposable
|
||||
{
|
||||
if (!_conn.Connected)
|
||||
{
|
||||
Console.WriteLine(_opts.Host);
|
||||
Console.WriteLine(_opts.Port);
|
||||
try
|
||||
{
|
||||
await _conn.ConnectAsync(_opts.Host, _opts.Port);
|
||||
|
||||
Reference in New Issue
Block a user