mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Mark files as debug
This commit is contained in:
@ -4,6 +4,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#define LOG_BUFFER_SIZE 1000
|
#define LOG_BUFFER_SIZE 1000
|
||||||
|
|
||||||
|
// not intended for use in production. only for testing/debugging purposes
|
||||||
namespace Logging
|
namespace Logging
|
||||||
{
|
{
|
||||||
void logBytes(char* name, unsigned char* str, int len)
|
void logBytes(char* name, unsigned char* str, int len)
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// not intended for use in production. only for testing/debugging purposes
|
||||||
|
|
||||||
window.onload = function()
|
window.onload = function()
|
||||||
{
|
{
|
||||||
var holder = document.body;
|
var holder = document.body;
|
||||||
|
|||||||
Reference in New Issue
Block a user