Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 77493b4

Browse files
committed
remove password display from log
1 parent 8bc3d90 commit 77493b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

digexp-dashboard/js/controllers/listWcmDesignsController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function($scope) {
4040

4141
debugLogger.log(!$scope.submitted);
4242
if (!$scope.submitted) {
43-
debugLogger.log(conf);
43+
// debugLogger.log(conf);
4444
debugLogger.log("starting to download list of libraries");
4545

4646
$("#list-libraries-first-button").attr("disabled", "disabled").html("Loading ...");

0 commit comments

Comments
 (0)