diff --git a/node_modules/gatsby-plugin-sharp/index.js b/node_modules/gatsby-plugin-sharp/index.js
index d815bca..9b22a53 100644
--- a/node_modules/gatsby-plugin-sharp/index.js
+++ b/node_modules/gatsby-plugin-sharp/index.js
@@ -671,12 +671,6 @@ async function fixed({
 
   if (filteredSizes.length === 0) {
     filteredSizes.push(dimensions[fixedDimension]);
-    console.warn(`
-                 The requested ${fixedDimension} "${options[fixedDimension]}px" for a resolutions field for
-                 the file ${file.absolutePath}
-                 was larger than the actual image ${fixedDimension} of ${dimensions[fixedDimension]}px!
-                 If possible, replace the current image with a larger one.
-                 `);
   } // Sort images for prettiness.
 
 
