diff --git a/test/taiko/apps.js b/test/taiko/apps.js
index 07d18adff20a968bb7289a0b876811222e98dcc3..2c746ad17345af8b7598b4a4a788549441899934 100644
--- a/test/taiko/apps.js
+++ b/test/taiko/apps.js
@@ -15,8 +15,6 @@ const assert = require('assert');
 
     console.log('Executing these tests: ' + taikoTests)
     await openBrowser()
-    // await screencast.startScreencast('output.gif')
-
 
     // Nextcloud
     if (taikoTests.includes('nextcloud') || taikoTests === 'all') {
@@ -122,11 +120,9 @@ const assert = require('assert');
 
   } catch (error) {
     await screenshot()
-    // await screencast.stopScreencast()
     console.error(error)
     process.exitCode = 1
   } finally {
-    // await screencast.stopScreencast()
     await closeBrowser()
   }
 })()