index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
models
/
models.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'models/models.go')
-rw-r--r--
models/models.go
2
1 files changed, 0 insertions, 2 deletions
diff --git a/models/models.go b/models/models.go
index 05668247..ce95c125 100644
--- a/
models/models.go
+++ b/
models/models.go
@@ -70,8 +70,6 @@ func setEngine() {
orm.Logger = f
orm.ShowSQL = true
- //log.Trace("Initialized database -> %s", dbName)
-
RepoRootPath = base.Cfg.MustValue("repository", "ROOT")
}