Skip to content

Commit bf28587

Browse files
committed
Remove non-applicable logic
1 parent 6212cde commit bf28587

File tree

1 file changed

+0
-9
lines changed
  • lib/node_modules/@stdlib/repl/presentation/bin

1 file changed

+0
-9
lines changed

lib/node_modules/@stdlib/repl/presentation/bin/cli

-9
Original file line numberDiff line numberDiff line change
@@ -166,17 +166,8 @@ function main() {
166166
process.exitCode = 1;
167167
return console.error( 'Error: %s', error.message ); // eslint-disable-line no-console
168168
}
169-
// Create a new REPL presentation:
170169
pres = new Presentation( text.toString(), repl, opts2 );
171-
172-
// Render the first slide:
173170
pres.show();
174-
175-
// Check whether to begin watching the source presentation file...
176-
if ( flags.watch ) {
177-
pres.on( 'change', onChange );
178-
pres.watch();
179-
}
180171
}
181172
}
182173

0 commit comments

Comments
 (0)