File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
{time } = require ' ./misc'
2
2
externalTerminal = require ' ./connection/terminal'
3
3
4
- metrics = ->
5
- if id = localStorage .getItem ' metrics.userId'
6
- r = require (' http' ).get " http://data.junolab.org/hit?id=#{ id} &app=atom-julia-boot"
7
- r .on ' error' , ->
8
-
9
4
module .exports =
10
5
IPC : require ' ./connection/ipc'
11
6
messages : require ' ./connection/messages'
@@ -48,8 +43,7 @@ module.exports =
48
43
@booting = false
49
44
p .catch =>
50
45
@booting = false
51
- time " Julia Boot" , @client .import (' ping' )().then =>
52
- metrics ()
46
+ time " Julia Boot" , @client .import (' ping' )()
53
47
54
48
bootRemote : ->
55
49
@ _boot (' Remote' )
Original file line number Diff line number Diff line change 3
3
4
4
IPC = require ' ./ipc'
5
5
6
- metrics = throttle metrics, 60 * 60 * 1000
7
-
8
6
module .exports =
9
7
10
8
# Connection logic injects a connection via `attach`.
You can’t perform that action at this time.
0 commit comments