Removing some left over debugging prints.

This commit is contained in:
Seth Hall 2016-04-01 09:48:46 -04:00
parent e2dfaf8a5b
commit e70a528ad6

View file

@ -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)) )