This website works better with JavaScript.
Home
Explore
Help
Sign In
amelia
/
irc-log-viewer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
remove debugging print
master
Amélia Liao
3 years ago
parent
c5f9a64357
commit
5334120bcf
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/main.tsx
+ 0
- 1
src/main.tsx
View File
@ -47,7 +47,6 @@ function parseMessage(m: string): MessageFrag[] {
if
(
m
!==
""
)
{
parts
.
push
(
{
type
:
'text'
,
content
:
m
}
)
;
}
console
.
error
(
parts
)
;
return
parts
;
}
Write
Preview
Loading…
Cancel
Save