From 5735344f75b2674458fc7a97da34fa09c2aa6e19 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Wed, 7 Aug 2024 19:00:22 +0530 Subject: [PATCH] Remove unnecessary comments in examples --- examples/access-directory-server/main.bal | 1 - examples/library-managment-system/main.bal | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/access-directory-server/main.bal b/examples/access-directory-server/main.bal index 5d5e3f3..b8e8523 100644 --- a/examples/access-directory-server/main.bal +++ b/examples/access-directory-server/main.bal @@ -29,7 +29,6 @@ type Employee record { }; public function main() returns error? { - // Authenticate using the directory server credentials. ldap:Client ldapClient = check new ({ hostName, port, diff --git a/examples/library-managment-system/main.bal b/examples/library-managment-system/main.bal index e8be246..a3e2c30 100644 --- a/examples/library-managment-system/main.bal +++ b/examples/library-managment-system/main.bal @@ -23,7 +23,6 @@ configurable string domainName = ?; configurable string password = ?; public function main() returns error? { - // Authenticate using the directory server credentials. ldap:Client ldapClient = check new ({ hostName, port,