Show
Ignore:
Timestamp:
04/17/2011 09:44:00 AM (2 years ago)
Author:
moo
Message:

remove unncessary debug code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Decompiler.class.php

    r755 r756  
    11161116                                if (isset($statics[$name])) { 
    11171117                                    $var = $statics[$name]; 
    1118                                     var_dump(str(value($statics))); 
    11191118                                    $resvar .= ' = '; 
    11201119                                    $resvar .= str(value($var), $EX);