17415: Removed console.log, used goToPath
[arvados-workbench2.git] / src / views-components / webdav-s3-dialog / webdav-s3-dialog.tsx
index d2d27c09a57abc5248acaaeca14f943d98017978..8cd1faf31ec05b2a772626df6a041c3b5c944e58 100644 (file)
@@ -45,7 +45,6 @@ function TabPanel(props: TabPanelData) {
 }
 
 const isValidIpAddress = (ipAddress: string): Boolean => {
-    console.log(ipAddress);
     if (/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/.test(ipAddress)) {
         return true;
     }