Skip to content

Commit dea75b6

Browse files
author
SReject
committed
Removed debug echos from bug fixing
1 parent 2d07717 commit dea75b6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/JSON For mIRC.mrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ alias JSONHttpFetch {
458458
else {
459459
bset -t %BVar 1 $2-
460460
}
461-
echo -s Bvar: %BVar
462461

463462
;; Attempt to store the data to send
464463
if (!$com(%Com, httpSetData, 1, array &ui1, %BVar, ui4, $bvar(%BVar, 0)) || $comerr) {
@@ -1611,8 +1610,6 @@ alias -l jfm_Exec {
16111610
}
16121611
%Params = $!com($1,$2, 1 $+ %Params $+ )
16131612

1614-
echo -s > %params > $1-
1615-
16161613
;; Attempt the com call and if an error occurs return the error
16171614
if (!$eval(%Params, 2) || $comerr) {
16181615
return $jfm_GetError

0 commit comments

Comments
 (0)