aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-23 17:00:15 +0800
committerobscuren <geffobscura@gmail.com>2014-08-23 17:00:15 +0800
commitded013b7a7367f74b9c854755a7ce4a6955e93c0 (patch)
tree46d4c059fb4bfcc3be6ae2d752bfb5cbee6aaab3 /ethereal/main.go
parent5ac875b097a55c75a7e3da3443ef9fe64fc87846 (diff)
downloadgo-tangerine-ded013b7a7367f74b9c854755a7ce4a6955e93c0.tar.gz
go-tangerine-ded013b7a7367f74b9c854755a7ce4a6955e93c0.tar.zst
go-tangerine-ded013b7a7367f74b9c854755a7ce4a6955e93c0.zip
Minor updates to the UI
Diffstat (limited to 'ethereal/main.go')
-rw-r--r--ethereal/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethereal/main.go b/ethereal/main.go
index 4fb9e2a9c..ac94a6622 100644
--- a/ethereal/main.go
+++ b/ethereal/main.go
@@ -71,7 +71,6 @@ func main() {
// This is a bit of a cheat, but ey!
os.Setenv("QTWEBKIT_INSPECTOR_SERVER", "127.0.0.1:99999")
- //qml.Init(nil)
qml.Run(run)
var interrupted = false