15230: Refactor copy to clipboard, applies to all DetailsAttribute
[arvados-workbench2.git] / src / routes / routes.ts
index ae418b808d64176a57cee5e5042452496e56fd81..37c7a816735a7763b8ef25fb13f731f268277883 100644 (file)
@@ -49,7 +49,6 @@ export const Routes = {
 
 export const getResourceUrl = (uuid: string) => {
     const kind = extractUuidKind(uuid);
-    console.log(`for ${uuid} the kind is ${kind}`);
     switch (kind) {
         case ResourceKind.PROJECT:
             return getProjectUrl(uuid);