summaryrefslogtreecommitdiff
path: root/components/documents
diff options
context:
space:
mode:
Diffstat (limited to 'components/documents')
-rw-r--r--components/documents/StageList.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/documents/StageList.tsx b/components/documents/StageList.tsx
index 97c8faad..8d82b741 100644
--- a/components/documents/StageList.tsx
+++ b/components/documents/StageList.tsx
@@ -61,8 +61,6 @@ interface Version {
export default function StageList({ document }: StageListProps) {
const [versions, setVersions] = useState<Version[]>([])
-console.log(versions)
-
const [stageOptions, setStageOptions] = useState<string[]>([])
const [isLoading, setIsLoading] = useState<boolean>(false)