From 0a9a3d00ca41504f75f95657c4271195e81fe3ec Mon Sep 17 00:00:00 2001 From: Moon <108756201+LifeAdventurer@users.noreply.github.com> Date: Wed, 4 Oct 2023 23:43:26 +0800 Subject: [PATCH] Update generate_quotes_json.cpp --- generate_quotes_json.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/generate_quotes_json.cpp b/generate_quotes_json.cpp index f2db594..8a60f42 100644 --- a/generate_quotes_json.cpp +++ b/generate_quotes_json.cpp @@ -15,12 +15,6 @@ using namespace std; -#ifdef LOCAL -#include "algo/debug.h" -#else -#define debug(...) 42 -#endif - int main() { ios_base::sync_with_stdio(false); cin.tie(0);