Removed profane logging message

This commit is contained in:
Rudi Grinberg 2012-09-14 17:10:10 -04:00
parent 7b1b271a2c
commit 092595eb9f
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ class WebstreamController extends Zend_Controller_Action
} else { } else {
Logging::info( $user ); Logging::info( $user );
} }
Logging::info("what the fuck");
return false; return false;
} }