mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Removing some left over debugging prints.
This commit is contained in:
parent
e2dfaf8a5b
commit
e70a528ad6
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ export {
|
||||||
|
|
||||||
function get_file_handle(c: connection, is_orig: bool): string
|
function get_file_handle(c: connection, is_orig: bool): string
|
||||||
{
|
{
|
||||||
print "getting a file handle";
|
|
||||||
print c$smb_state$current_cmd$referenced_file;
|
|
||||||
if ( ! (c$smb_state?$current_file &&
|
if ( ! (c$smb_state?$current_file &&
|
||||||
(c$smb_state$current_file?$name ||
|
(c$smb_state$current_file?$name ||
|
||||||
c$smb_state$current_file?$path)) )
|
c$smb_state$current_file?$path)) )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue