Skip to content

Commit 292bc19

Browse files
committed
fix: remove console.log statements from component and utility files
- Navbar.jsx: remove console.log(body) from dark mode handler - TopicsGrid.js: remove 5 console.log debug statements from render - TailwindTable.js: remove 4 console.log debug statements from render - Item.jsx: remove console.log(itemDifficulty) at module scope - ItemPage.jsx: remove console.log(obj) from useEffect - Converter.js: remove console.log(newFile) from utility function Educational console.logs in src/assets/DSA/LeetCode/* left intentionally.
1 parent ae59b85 commit 292bc19

18 files changed

Lines changed: 162 additions & 14 deletions

build/asset-manifest.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.de52830b.css",
4+
"main.js": "/static/js/main.1f7a1a1c.js",
5+
"static/media/slick.svg": "/static/media/slick.2630a3e3eab21c607e21.svg",
6+
"static/media/slick.eot": "/static/media/slick.a4e97f5a2a64f0ab1323.eot",
7+
"static/media/slick.ttf": "/static/media/slick.c94f7671dcc99dce43e2.ttf",
8+
"static/media/slick.woff": "/static/media/slick.295183786cd8a1389865.woff",
9+
"index.html": "/index.html",
10+
"main.de52830b.css.map": "/static/css/main.de52830b.css.map",
11+
"main.1f7a1a1c.js.map": "/static/js/main.1f7a1a1c.js.map"
12+
},
13+
"entrypoints": [
14+
"static/css/main.de52830b.css",
15+
"static/js/main.1f7a1a1c.js"
16+
]
17+
}

build/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./CforD2.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Content For Developers</title><script defer="defer" src="/static/js/main.1f7a1a1c.js"></script><link href="/static/css/main.de52830b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="./darkMode.js"></script></body></html>

build/static/css/main.de52830b.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/css/main.de52830b.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.1f7a1a1c.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
/*!
2+
Copyright (c) 2018 Jed Watson.
3+
Licensed under the MIT License (MIT), see
4+
http://jedwatson.github.io/classnames
5+
*/
6+
7+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
8+
9+
/**
10+
* @license React
11+
* react-dom.production.min.js
12+
*
13+
* Copyright (c) Facebook, Inc. and its affiliates.
14+
*
15+
* This source code is licensed under the MIT license found in the
16+
* LICENSE file in the root directory of this source tree.
17+
*/
18+
19+
/**
20+
* @license React
21+
* react-is.production.min.js
22+
*
23+
* Copyright (c) Facebook, Inc. and its affiliates.
24+
*
25+
* This source code is licensed under the MIT license found in the
26+
* LICENSE file in the root directory of this source tree.
27+
*/
28+
29+
/**
30+
* @license React
31+
* react-jsx-runtime.production.min.js
32+
*
33+
* Copyright (c) Facebook, Inc. and its affiliates.
34+
*
35+
* This source code is licensed under the MIT license found in the
36+
* LICENSE file in the root directory of this source tree.
37+
*/
38+
39+
/**
40+
* @license React
41+
* react.production.min.js
42+
*
43+
* Copyright (c) Facebook, Inc. and its affiliates.
44+
*
45+
* This source code is licensed under the MIT license found in the
46+
* LICENSE file in the root directory of this source tree.
47+
*/
48+
49+
/**
50+
* @license React
51+
* scheduler.production.min.js
52+
*
53+
* Copyright (c) Facebook, Inc. and its affiliates.
54+
*
55+
* This source code is licensed under the MIT license found in the
56+
* LICENSE file in the root directory of this source tree.
57+
*/
58+
59+
/**
60+
* @license React
61+
* use-sync-external-store-shim.production.min.js
62+
*
63+
* Copyright (c) Facebook, Inc. and its affiliates.
64+
*
65+
* This source code is licensed under the MIT license found in the
66+
* LICENSE file in the root directory of this source tree.
67+
*/
68+
69+
/**
70+
* @license React
71+
* use-sync-external-store-shim/with-selector.production.min.js
72+
*
73+
* Copyright (c) Facebook, Inc. and its affiliates.
74+
*
75+
* This source code is licensed under the MIT license found in the
76+
* LICENSE file in the root directory of this source tree.
77+
*/
78+
79+
/**
80+
* @remix-run/router v1.0.3
81+
*
82+
* Copyright (c) Remix Software Inc.
83+
*
84+
* This source code is licensed under the MIT license found in the
85+
* LICENSE.md file in the root directory of this source tree.
86+
*
87+
* @license MIT
88+
*/
89+
90+
/**
91+
* React Router v6.4.3
92+
*
93+
* Copyright (c) Remix Software Inc.
94+
*
95+
* This source code is licensed under the MIT license found in the
96+
* LICENSE.md file in the root directory of this source tree.
97+
*
98+
* @license MIT
99+
*/
100+
101+
/** @license React v16.13.1
102+
* react-is.production.min.js
103+
*
104+
* Copyright (c) Facebook, Inc. and its affiliates.
105+
*
106+
* This source code is licensed under the MIT license found in the
107+
* LICENSE file in the root directory of this source tree.
108+
*/
109+
110+
/** @license React v17.0.2
111+
* react-is.production.min.js
112+
*
113+
* Copyright (c) Facebook, Inc. and its affiliates.
114+
*
115+
* This source code is licensed under the MIT license found in the
116+
* LICENSE file in the root directory of this source tree.
117+
*/

build/static/js/main.1f7a1a1c.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Loading
1.35 KB
Binary file not shown.
2 KB
Binary file not shown.

0 commit comments

Comments
 (0)