1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-20 14:39:22 +01:00

take out debugging

git-svn-id: file:///home/svn/framework3/trunk@10745 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2010-10-19 12:51:09 +00:00
parent 172b27d8ea
commit fdb1a0eee3

View File

@ -25,7 +25,7 @@ if (!isset($GLOBALS['readers'])) {
}
function my_print($str) {
error_log($str);
#error_log($str);
}
my_print("Evaling main meterpreter stage");