fix bad merge

This commit is contained in:
terrafrost 2022-08-16 19:38:23 -05:00
parent fd6e53719c
commit 9e7efc914d
1 changed files with 0 additions and 1 deletions

View File

@ -3988,7 +3988,6 @@ class SSH2
*/
protected function append_log_helper(int $constant, string $message_number, string $message, array &$message_number_log, array &$message_log, int &$log_size, &$realtime_log_file, bool &$realtime_log_wrap, int &$realtime_log_size)
{
>>>>>>> 3.0
// remove the byte identifying the message type from all but the first two messages (ie. the identification strings)
if (strlen($message_number) > 2) {
Strings::shift($message);