Skip to content

Commit

Permalink
removed stray console log
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalbanese committed Jan 16, 2024
1 parent aca09f8 commit 71c257a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/generate/generators/model/views-shared.ts
Expand Up @@ -46,7 +46,6 @@ export const addLinkToSidebar = (tableName: string) => {
},
`;
newContent = configContents.replace(searchQuery, replacement);
console.log(newContent);
}
replaceFile(sidebarConfigPath, newContent);
};

0 comments on commit 71c257a

Please sign in to comment.