diff options
author | Urban Müller | 2008-12-01 15:38:41 +0000 |
---|---|---|
committer | Urban Müller | 2008-12-01 15:38:41 +0000 |
commit | 6fb4d5d796e6f208d892837c1654e985d198c1f5 (patch) | |
tree | 51d708700827bdc9f69f09a0e44d0beee5128cc6 | |
parent | be30e42c7430ad6ee54c0577ef688fe83ed78a4a (diff) | |
download | itools-6fb4d5d796e6f208d892837c1654e985d198c1f5.tar.gz itools-6fb4d5d796e6f208d892837c1654e985d198c1f5.tar.bz2 itools-6fb4d5d796e6f208d892837c1654e985d198c1f5.zip |
forgotton debug code
-rw-r--r-- | it_debug.class | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/it_debug.class b/it_debug.class index 0ca045c..4a09732 100644 --- a/it_debug.class +++ b/it_debug.class @@ -89,7 +89,6 @@ function dump($args) } else if (getenv('USER') != 'cschneid' && posix_isatty(STDOUT)) # ;) { - echo posix_isatty(STDOUT) . "\n"; $blue = "\033[34m"; $noblue = "\033[m"; $red = "\033[31m"; |