diff options
Diffstat (limited to 'phpdbg_prompt.c')
-rw-r--r-- | phpdbg_prompt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 9a0946138c..6aff5dd0d1 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -965,8 +965,6 @@ int phpdbg_interactive(TSRMLS_D) /* {{{ */ input = phpdbg_read_input(NULL TSRMLS_CC); - printf("got input %s\n", input); - if (input) { do { yyscan_t scanner; |