rm debug
This commit is contained in:
@@ -82,7 +82,6 @@ function buildWin32Setup(arch, target) {
|
||||
productJson['target'] = target;
|
||||
fs.writeFileSync(productJsonPath, JSON.stringify(productJson, undefined, '\t'));
|
||||
|
||||
console.log('RawVersion!!!!!!!!!!!!!!', pkg.version.replace(/-\w+$/, '')) // Void
|
||||
const quality = product.quality || 'dev';
|
||||
const definitions = {
|
||||
NameLong: product.nameLong,
|
||||
|
||||
@@ -2981,8 +2981,6 @@ export const SidebarChat = () => {
|
||||
</div>
|
||||
|
||||
|
||||
console.log('!!!', Object.keys(chatThreadsState.allThreads).length)
|
||||
|
||||
|
||||
const threadPageInput = <div key={'input' + chatThreadsState.currentThreadId}>
|
||||
<div className='px-4'>
|
||||
|
||||
Reference in New Issue
Block a user