This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
rpn.supertraderfx-cn
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
remove debug info
tags/v0.5
patrick
5 years ago
parent
11d5474416
commit
27d9ed2477
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
db.go
+ 0
- 2
db.go
View File
@@ -2,7 +2,6 @@ package main
import (
"database/sql"
"fmt"
"log"
"net/http"
"strconv"
@@ -24,7 +23,6 @@ func (m *TransactionDB) conn(c AppConfig) error {
panic(err.Error())
}
m.h = h
fmt.Printf("%x", h)
return err
}
Write
Preview
Loading…
Cancel
Save