Bug 623228. Remove some debugging code that snuck in.

This commit is contained in:
Jeff Muizelaar 2011-01-08 00:05:11 -05:00
Родитель 065edaf476
Коммит 96b6061fdb
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -422,7 +422,6 @@ public:
}
virtual ~GLContext() {
printf_stderr("~GLContext destructor begin\n");
NS_ASSERTION(IsDestroyed(), "GLContext implementation must call MarkDestroyed in destructor!");
#ifdef DEBUG
if (mSharedContext) {
@ -433,7 +432,6 @@ public:
tip->ReportOutstandingNames();
}
#endif
printf_stderr("~GLContext destructor end\n");
}
enum GLContextType {