Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 025b84e

Browse files
author
Ray Arayilakath
committed
Remove Experimental Features
1 parent cf2ebeb commit 025b84e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/classes/Database.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ function compare(value, hashData) {
2323

2424
let exportable;
2525

26-
console.log(constants)
27-
if (global.initVariables.experimentalFeatures) {
26+
if (false) {
2827
let exportable = class Database {
2928
constructor(replitdbtoken, salt, options) {
3029
this.replitdbtoken = replitdbtoken || process.env.REPLIT_DB_URL.split('/')[4];

src/classes/Notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import constants from '../utils/constants.js';
55

66
let exportable;
77

8-
if (global.initVariables.experimentalFeatures) {
8+
if (false) {
99
exportable = class Notifications {
1010
async postReplyNotification(after, count) {
1111
if (!global.cookies) {

0 commit comments

Comments
 (0)