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