Skip to content

Commit

Permalink
Removed [Logging.ps1]::GetRestrictLogging(), not used
Browse files Browse the repository at this point in the history
  • Loading branch information
SibTiger committed Dec 29, 2024
1 parent 3c8b7d3 commit d5d5fab
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions Scripts/Logging.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<# PowerShell Compact-Archive Tool
<# PowerShell Compact-Archive Tool
# Copyright (C) 2025
#
# This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -674,27 +674,6 @@ class Logging
#region Public Functions


<# Get Restrict Logging Functionality Controller
# -------------------------------
# Documentation:
# This function will return the current value of the Restrict Logging Functionality
# variable. This will variable dictates if the logging features are to function
# at the present time.
# -------------------------------
# Output:
# [bool] Restrict Logging
# $true = All logging functionalities are currently disabled.
# $false = All logging functionalities are currently enabled.
# -------------------------------
#>
Static [bool] GetRestrictLogging()
{
return [Logging]::RestrictLogging;
} # GetRestrictLogging()




<# Set Restrict Logging Functionality Controller
# -------------------------------
# Documentation:
Expand Down

0 comments on commit d5d5fab

Please sign in to comment.