Skip to content

Commit 427f02e

Browse files
author
Konstantin Vlasenko
committed
remove printout
1 parent a845c29 commit 427f02e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

client.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ function script:process_table_remotely($ps_table, $ps_fitnesse){
6767
$s2 = [text.encoding]::utf8.getbytes($tr).Length.ToString("d6") + ":" + $tr
6868
$s2 = [text.encoding]::utf8.getbytes($s2)
6969

70-
$tr | Out-Default
71-
7270
$remoteserver.Write($s2, 0, $s2.Length)
7371
get_message($remoteserver)
7472

slim.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ function Get-SlimTable($slimchunk){
2424

2525
$ps_exp = $slimchunk -replace "'","''" -replace "000000::","000000:blank:" -replace "(?S):\d{6}:(.*?)(?=(:\d{6}:|:\]))",',''$1''' -replace "'(\[\d{6})'", '$1' -replace ":\d{6}:", "," -replace ":\]", ")" -replace "\[\d{6},", "(" -replace "'blank'", "''"
2626

27-
Write-Verbose $ps_exp
28-
2927
$script:ps_table = iex $ps_exp
3028
}
3129

0 commit comments

Comments
 (0)