diff --git a/playbook_snapshot/lib/src/snapshot_support.dart b/playbook_snapshot/lib/src/snapshot_support.dart
index deab782..2fe0448 100644
--- a/playbook_snapshot/lib/src/snapshot_support.dart
+++ b/playbook_snapshot/lib/src/snapshot_support.dart
@@ -71,7 +71,7 @@ class SnapshotSupport {
         resize++;
         if (resize >= _maxTryResizeCount) {
           throw StateError(
-              'Try resizing too many times. Please try to set your scenario to have a fixed size. Current is ${scenario.layout}.');
+              'Try resizing too many times. Please try to set your scenario to have a fixed size.');
         }
       }
       snapshotSize = lastExtendedSize;