You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Sentiment/index.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ class Sentiment {
42
42
* @param {function} callback - Optional. A callback function that is called once the model has loaded. If no callback is provided, it will return a promise that will be resolved once the model has loaded.
43
43
*/
44
44
constructor(modelName,callback){
45
-
console.log('constructor');
46
45
/**
47
46
* Boolean value that specifies if the model has loaded.
0 commit comments