Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit f4c2da9

Browse files
Disable logging, has weird behavior
Signed-off-by: Tad <[email protected]>
1 parent 5f783a6 commit f4c2da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Common/Functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resetWorkspace() {
2828
export -f resetWorkspace;
2929

3030
patchWorkspace() {
31-
patchWorkspaceReal |& tee "$DOS_WORKSPACE_ROOT/Logs/patchWorkspace-$DOS_VERSION.log";
31+
patchWorkspaceReal; #|& tee "$DOS_WORKSPACE_ROOT/Logs/patchWorkspace-$DOS_VERSION.log";
3232
}
3333
export -f patchWorkspace;
3434

0 commit comments

Comments
 (0)