Skip to content

Commit af3dc33

Browse files
committed
Remove debug statements
1 parent 18a3d87 commit af3dc33

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/app/config/webpack.prod.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ module.exports = merge(commonConfig, {
139139
{
140140
urlPattern: /^https:\/\/\w+\.codesandbox\.\w+\/$/, // request to /
141141
handler: 'networkFirst',
142-
options: {
143-
debug: true,
144-
},
145142
},
146143
{
147144
urlPattern: /\.worker\.js$/,
@@ -151,7 +148,6 @@ module.exports = merge(commonConfig, {
151148
maxEntries: 50,
152149
name: 'workers-cache',
153150
},
154-
debug: true,
155151
},
156152
},
157153
{
@@ -162,7 +158,6 @@ module.exports = merge(commonConfig, {
162158
maxEntries: 50,
163159
name: 'sandboxes-cache',
164160
},
165-
debug: true,
166161
},
167162
},
168163
{
@@ -173,7 +168,6 @@ module.exports = merge(commonConfig, {
173168
maxAgeSeconds: 60 * 60 * 24,
174169
name: 'dependency-version-cache',
175170
},
176-
debug: true,
177171
},
178172
},
179173
{
@@ -187,7 +181,6 @@ module.exports = merge(commonConfig, {
187181
maxAgeSeconds: 60 * 60 * 24,
188182
name: 'static-root-cache',
189183
},
190-
debug: true,
191184
},
192185
},
193186
{
@@ -199,7 +192,6 @@ module.exports = merge(commonConfig, {
199192
maxAgeSeconds: 60 * 60 * 24 * 7,
200193
name: 'dependency-url-generator-cache',
201194
},
202-
debug: true,
203195
},
204196
},
205197
{
@@ -210,7 +202,6 @@ module.exports = merge(commonConfig, {
210202
maxAgeSeconds: 60 * 60 * 24 * 7,
211203
name: 'dependency-files-cache',
212204
},
213-
debug: true,
214205
},
215206
},
216207
{
@@ -222,7 +213,6 @@ module.exports = merge(commonConfig, {
222213
name: 'unpkg-dep-cache',
223214
maxAgeSeconds: 60 * 60 * 24 * 7,
224215
},
225-
debug: true,
226216
},
227217
},
228218
{
@@ -234,7 +224,6 @@ module.exports = merge(commonConfig, {
234224
name: 'jsdelivr-dep-cache',
235225
maxAgeSeconds: 60 * 60 * 24 * 7,
236226
},
237-
debug: true,
238227
},
239228
},
240229
{
@@ -246,7 +235,6 @@ module.exports = merge(commonConfig, {
246235
name: 'cloudflare-cache',
247236
maxAgeSeconds: 60 * 60 * 24 * 7,
248237
},
249-
debug: true,
250238
},
251239
},
252240
],

0 commit comments

Comments
 (0)