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
/
modules
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
author
Unknown <joe2010xtmf@163.com>
2014-05-01 21:21:46 -0400
committer
Unknown <joe2010xtmf@163.com>
2014-05-01 21:21:46 -0400
commit
3bd5fc6d6f5e1a04acf93929808f982417031e2e
(
patch
)
tree
d3215d8549d7bf6a8da784abf7ac67697d07d6aa
/
modules
parent
cd2020429a8331fc4a2a4d9afa72be756343a51b
(
diff
)
Add command dump and move to cmd did
Diffstat
(limited to 'modules')
-rw-r--r--
modules/base/conf.go
1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/base/conf.go b/modules/base/conf.go
index 23c7276b..eab83d20 100644
--- a/
modules/base/conf.go
+++ b/
modules/base/conf.go
@@ -303,7 +303,6 @@ func newNotifyMailService() {
}
func NewConfigContext() {
- //var err error
workDir, err := ExecDir()
if err != nil {
qlog.Fatalf("Fail to get work directory: %s\n", err)