Skip to content
Snippets Groups Projects
Commit bff83a7f authored by callum@lindenlab.com's avatar callum@lindenlab.com
Browse files

Whoopps. Apologies for leaving Windows debug spam in code :(

parent f04bfdd7
No related branches found
No related tags found
No related merge requests found
...@@ -167,9 +167,6 @@ void MediaPluginCEF::postDebugMessage(const std::string& msg) ...@@ -167,9 +167,6 @@ void MediaPluginCEF::postDebugMessage(const std::string& msg)
// //
void MediaPluginCEF::onPageChangedCallback(const unsigned char* pixels, int x, int y, const int width, const int height, bool is_popup) void MediaPluginCEF::onPageChangedCallback(const unsigned char* pixels, int x, int y, const int width, const int height, bool is_popup)
{ {
OutputDebugStringA("@");
if( is_popup ) if( is_popup )
{ {
delete mPopupBuffer; delete mPopupBuffer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment