File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 28
28
background-color : # 008CC2 ;
29
29
color : # FFF ;
30
30
}
31
- # logPanel {
32
- background-color : # 222 ;
33
- color : # FFF ;
34
- position : fixed;
35
- top : 0 ;
36
- right : 0 ;
37
- width : 40% ;
38
- height : 100% ;
39
- }
40
- # log {
41
- margin : 0 ;
42
- padding : 0 2px ;
43
- height : 100% ;
44
- font : 13px "Courier New" ;
45
- overflow-y : scroll;
46
- }
47
31
body {
48
32
font : 15px "Courier New" ;
49
33
background-color : # CCC ;
@@ -144,8 +128,6 @@ <h1>Cypher Runner for New Remoting</h1>
144
128
</ tr >
145
129
</ table >
146
130
147
- < div id ="logPanel "> < pre id ="log "> </ pre > </ div >
148
-
149
131
</ div >
150
132
151
133
< script >
Original file line number Diff line number Diff line change 618
618
}
619
619
620
620
function debug ( obj ) {
621
- var el = document . getElementById ( "log" ) ;
622
- el . appendChild ( document . createTextNode ( new Date ( ) . toISOString ( ) + " " + obj . toString ( ) ) ) ;
623
- el . appendChild ( document . createElement ( "br" ) ) ;
624
- el . scrollTop = el . scrollHeight ;
621
+ console . log ( obj ) ;
625
622
}
626
623
627
624
// Expose the 'Session' class
You can’t perform that action at this time.
0 commit comments