Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
php-epp
Commits
43ac9b31
Unverified
Commit
43ac9b31
authored
Mar 09, 2020
by
Nathan Van Overloop
Browse files
centralnic/issues#3886: remove chatty debug
parent
68ec5575
Changes
1
Hide whitespace changes
Inline
Side-by-side
Net/EPP/Protocol.php
View file @
43ac9b31
...
...
@@ -134,9 +134,7 @@ class Net_EPP_Protocol
}
// Read header
$hdr
=
Net_EPP_Protocol
::
_fread_nb
(
$socket
,
4
);
if
(
$GLOBALS
[
'debug'
])
{
syslog
(
LOG_INFO
,
"read header successfully containing "
.
var_dump
(
$hdr
));
}
// Unpack first 4 bytes which is our length
$unpacked
=
unpack
(
'N'
,
$hdr
);
$length
=
$unpacked
[
1
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment