Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael J Mulligan <mike@belineperspectives.com>2021-03-15 17:29:01 +0300
committerMichael J Mulligan <mike@belineperspectives.com>2021-03-15 17:29:01 +0300
commitf6adc731443df792b0bde07f26e333fda4423464 (patch)
tree298b0502229c823538be6c988b016b1a2ab07a05
parent516b47cdb989beae4f78bd88e7da63ae3554e580 (diff)
Removing more unneeded logs.
-rwxr-xr-xui/FilesPanel.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/FilesPanel.go b/ui/FilesPanel.go
index 5911e5b..2ad973e 100755
--- a/ui/FilesPanel.go
+++ b/ui/FilesPanel.go
@@ -34,9 +34,7 @@ func FilesPanel(
ui *UI,
parentPanel interfaces.IPanel,
) *filesPanel {
- logger.Info("Begin filesPanel()")
if filesPanelInstance == nil {
- logger.Info("Making New filesPanel")
locationHistory := utils.LocationHistory {
Locations: []dataModels.Location{},
}
@@ -49,7 +47,6 @@ func FilesPanel(
filesPanelInstance = instance
}
- logger.Info("End filesPanel()")
return filesPanelInstance
}