Skip to content

Commit faeba30

Browse files
authored
Removed remaining debug messages
1 parent 747d3b5 commit faeba30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package/linkFiber.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ module.exports = (snap, mode) => {
144144
if (action === 'contentScriptStarted') sendSnapshot();
145145
});
146146
// Testing sending back a function def to client
147-
function getNextImport(filePath) {
147+
// function getNextImport(filePath) {
148148
// return loadable(() => import(`${filePath}`))
149149
// Got relative file path to return back to client code
150-
return (`myTestString${filePath}`);
150+
// return (`myTestString${filePath}`);
151151
}
152-
return getNextImport('./UseStateHook');
152+
// return getNextImport('./UseStateHook');
153153
// return 'Testing outside';
154154
};
155155
};

0 commit comments

Comments
 (0)