Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
kill syntax checking debugging; oops
Browse files Browse the repository at this point in the history
Reviewed By: marcel

Test Plan: =f()

Revert Plan: ok
  • Loading branch information
Daniel Corson committed Sep 27, 2009
1 parent 7cb6f33 commit 84a4020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__init__.py
Expand Up @@ -192,7 +192,6 @@ def check_syntax(self, line):
# "php -r" lint errors seem to only use stdout, but it might (idk)
# depend on configuration or change later, so just grab everything.
l = ''.join(p.stdout.readlines()) + ''.join(p.stderr.readlines())
print (line, l)
if l:
if l.find('unexpected $end') != -1:
return (self.incomplete, "")
Expand Down

0 comments on commit 84a4020

Please sign in to comment.