Skip to content

Commit f091a3d

Browse files
temp remove of soap until next update
1 parent 6c01a38 commit f091a3d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

code/logic/error.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ void fossil_io_error(const char *format, ...) {
3030
char buffer[FOSSIL_IO_BUFFER_SIZE];
3131
vsnprintf(buffer, sizeof(buffer), format, args);
3232

33-
// Sanitize the buffer
34-
fossil_io_soap_sanitize(buffer);
35-
3633
// Print the sanitized error message
3734
fprintf(stderr, "ERROR: %s\n", buffer);
3835

0 commit comments

Comments
 (0)